Skip to content
Snippets Groups Projects
Commit b48fb2a6 authored by Haakon Gunleiksrud's avatar Haakon Gunleiksrud
Browse files

devops/set heroku app names for frontend and backend

parent 53695731
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ staging:
- apt-get update -qy
- apt-get install -y ruby-dev
- gem install dpl
- dpl --provider=heroku --app=<Your-herokuproject-name> --api-key=$HEROKU_STAGING_API_KEY
- dpl --provider=heroku --app=<Your-herokuproject-name> --api-key=$HEROKU_STAGING_API_KEY
- dpl --provider=heroku --app=secfit-v22-frontend --api-key=$HEROKU_STAGING_API_KEY
- dpl --provider=heroku --app=secfit-v22-backend --api-key=$HEROKU_STAGING_API_KEY
only:
- master
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