mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
circle ci
This commit is contained in:
parent
58c78ff147
commit
e389ad1171
1 changed files with 16 additions and 0 deletions
16
.circleci/config.yml
Normal file
16
.circleci/config.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
version: 2
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
machine: true
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
docker-compose up
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
docker login --username=$HEROKU_USERNAME --password=$HEROKU_API_KEY registry.heroku.com
|
||||||
|
docker tag portfolio 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
|
||||||
Loading…
Reference in a new issue