Created
January 16, 2019 10:30
-
-
Save lovubuntu/cf5efcef0c246a3ef4dba18fe4984dfb to your computer and use it in GitHub Desktop.
Travis yml config to deploy to github pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deploy: | |
provider: pages | |
skip_cleanup: true # To avoid cleanup of the artifact generated during script | |
github_token: $GITHUB_TOKEN # Provided as an environment variable in travis | |
local_dir: dist/angular-with-ci-cd # Replace this with your project name | |
on: | |
branch: master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment