Skip to content

Commit

Permalink
Meta: use the common deploy.sh (with POST_BUILD_STEP)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Sep 4, 2017
1 parent 7fb6f1d commit 346bc76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 104 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ language: generic

env:
global:
ENCRYPTION_LABEL: "b9b018a1d67d"

addons:
ssh_known_hosts: console.spec.whatwg.org
- ENCRYPTION_LABEL="b9b018a1d67d"
- DEPLOY_USER="ddenicola"
- POST_BUILD_STEP='mkdir "$DIR/images"; cp images/*.* "$DIR/images"'

script:
- bash ./deploy.sh
- curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh

notifications:
email:
Expand Down
99 changes: 0 additions & 99 deletions deploy.sh

This file was deleted.

0 comments on commit 346bc76

Please sign in to comment.