Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix: push to master deploys to staging server
Browse files Browse the repository at this point in the history
  • Loading branch information
matfin committed Mar 19, 2018
1 parent 06a1bc7 commit 54e6a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test:

deployment:
staging:
branch: develop
branch: master
commands:
- hugo -s ./site -b $HUGO_STAGING_HOST --config=./site/staging.yml -d ../public
- mkdir -p ./public/css
Expand Down

0 comments on commit 54e6a65

Please sign in to comment.