Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: use the common deploy.sh (with POST_BUILD_STEP) #118

Merged
merged 3 commits into from
Sep 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -21,8 +21,9 @@ To build the standard locally, you will need a recent version of [Node.js](https
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.