Skip to content
Snippets Groups Projects
Commit f50ee207 authored by Rolf Aas's avatar Rolf Aas
Browse files

Deploying only the backend

parent 593b0a71
No related branches found
No related tags found
1 merge request!4Develop
Pipeline #112614 passed
...@@ -41,6 +41,7 @@ deploy-prod: ...@@ -41,6 +41,7 @@ deploy-prod:
- gem install dpl - gem install dpl
script: script:
- echo "Deploying to Heroku" - echo "Deploying to Heroku"
- cd backend/secfit
- dpl --provider=heroku --app=$HEROKU_APP_PRODUCTION --api-key=$HEROKU_API_KEY - dpl --provider=heroku --app=$HEROKU_APP_PRODUCTION --api-key=$HEROKU_API_KEY
......
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