Skip to content

Commit

Permalink
deploy_gh.sh - build and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptycal committed Nov 8, 2019
1 parent e4967ae commit 06f769e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploy: ## Deploy static website assets to a Google Cloud Storage bucket.
gcloud components update --quiet
gsutil rsync -d -r output gs://xxxxxxxx.xxx

deploy_github: ## Deploy static site to /docs folder of github repo
github: ## Deploy static site to /docs folder of github repo
deploy_gh.sh

ci-deploy: ##
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ Build:
make build
```

Deploy to GitHub Pages:
```bash
make github
```

Deploy to Google Cloud (account required):

```bash
Expand All @@ -69,5 +74,6 @@ make deploy
### Contributions

[Bug Reports](.github/ISSUE_TEMPLATE/bug_report.md)

[Feature Requests](.github/ISSUE_TEMPLATE/feature_request.md)

0 comments on commit 06f769e

Please sign in to comment.