Add CircleCI configuration for deployment
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
deployment:
|
||||
staging:
|
||||
branch: staging
|
||||
commands:
|
||||
- ./scripts/deploy --staging
|
||||
production:
|
||||
branch: production
|
||||
commands:
|
||||
- ./scripts/deploy --production
|
||||
Reference in New Issue
Block a user