Use master for both staging and production

This commit is contained in:
Andrew Miner
2015-05-08 16:28:11 -07:00
parent 6b1c530f11
commit 956abd542e
+1 -1
View File
@@ -4,6 +4,6 @@ deployment:
commands: commands:
- ./scripts/deploy --staging - ./scripts/deploy --staging
production: production:
branch: production branch: master
commands: commands:
- ./scripts/deploy --production - ./scripts/deploy --production