Adding correct app slug

This commit is contained in:
Jonas Schwartz 2019-01-14 21:36:40 +01:00
parent 91c1906392
commit 276809a2ff
1 changed files with 2 additions and 2 deletions

View File

@ -22,13 +22,13 @@ jobs:
git config --global user.name "Auto deploy"
git commit --allow-empty -m "Trigger deployment"
git pull origin master
git push -q -f git@git.code.vapor.cloud:auto-deploy.git master
git push -q -f git@git.code.vapor.cloud:vapor-docs.git master
- run:
name: Login to Toolbox
command: vapor-beta cloud login --email $CLOUD2_EMAIL --password $CLOUD2_PASSWORD
- run:
name: Push to Vapor Cloud 2
command: vapor-beta cloud deploy -y --app auto-deploy --env production
command: vapor-beta cloud deploy -y --app vapor-docs --env production
workflows:
version: 2