Skip to content

Commit

Permalink
Meta: use the common deploy.sh (with EXTRA_FILES)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Sep 4, 2017
1 parent 32fce8f commit b394072
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 105 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ npm-debug.log
index.html

console_spec_id_rsa
deploy.sh
deploy_key
console.spec.whatwg.org/
.DS_Store
Expand Down
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ language: generic

env:
global:
ENCRYPTION_LABEL: "b9b018a1d67d"

addons:
ssh_known_hosts: console.spec.whatwg.org
- ENCRYPTION_LABEL="b9b018a1d67d"
- DEPLOY_USER="ddenicola"

script:
- bash ./deploy.sh
- make deploy

notifications:
email:
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ remote: index.bs

# Don't confuse make given we have files called "local" or "remote" in our root dir
.PHONY: local remote

deploy: index.bs
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh
EXTRA_FILES="images/*.*" bash ./deploy.sh
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ To build the standard locally, you can either use a locally installed copy of [B
If you want to do a complete "local deploy" including commit and/or branch snapshots, run

```
./deploy.sh --local
make deploy
```

## Tests

Tests can be found in the `console/` directory of [web-platform-tests](https://github.com/w3c/web-platform-tests).
99 changes: 0 additions & 99 deletions deploy.sh

This file was deleted.

0 comments on commit b394072

Please sign in to comment.