circle ci

This commit is contained in:
Ruidy Nemausat 2019-12-04 14:36:27 +01:00
parent e389ad1171
commit 93d7bb58ec

View file

@ -10,7 +10,7 @@ jobs:
- run: |
docker login --username=$HEROKU_USERNAME --password=$HEROKU_API_KEY registry.heroku.com
docker tag portfolio registry.heroku.com/$HEROKU_APP_NAME/web
docker tag villafleurie registry.heroku.com/$HEROKU_APP_NAME/web
docker push registry.heroku.com/$HEROKU_APP_NAME/web
curl https://cli-assets.heroku.com/install.sh | sh
heroku container:release web -a $HEROKU_APP_NAME