Skip to content
Snippets Groups Projects
Commit 191fb1ff authored by Abhishek Jain's avatar Abhishek Jain
Browse files

fixing heroku

parent a58654ec
Branches master
No related tags found
No related merge requests found
Pipeline #407681 passed with stages
in 3 minutes and 14 seconds
......@@ -56,6 +56,7 @@ deploy:
- docker pull $CI_REGISTRY_IMAGE
- docker login -u _ -p $HEROKU_API_KEY registry.heroku.com
- docker image tag $CI_REGISTRY_IMAGE registry.heroku.com/msd-assignment-3/web
- heroku container:login
- docker push registry.heroku.com/msd-assignment-3/web
- heroku container:release web -a msd-assignment-3
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment