Skip to content

Commit

Permalink
fix travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Apr 23, 2019
1 parent 1b26dbd commit 2e348a5
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ script:
- npm run build

deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
on:
branch: master
local-dir: public
repo: vicblog/vicblog.github.io
fqdn: githubpages.viccrubs.me
target-branch: master
- provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
on:
branch: master
local-dir: public
repo: vicblog/vicblog.github.io
fqdn: viccrubs.me
target-branch: master

deploy:
provider: script
skip-cleanup: true
script: bash scripts/codingdeploy.sh
on:
branch: master
- provider: script
skip-cleanup: true
script: bash scripts/codingdeploy.sh
on:
branch: master

0 comments on commit 2e348a5

Please sign in to comment.