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

devops: update yml file to correct heroku app

parent 5f1bc179
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=secfit-v22-frontend --api-key=$HEROKU_STAGING_API_KEY
- dpl --provider=heroku --app=secfit-v22-backend --api-key=$HEROKU_STAGING_API_KEY
- dpl --provider=heroku --app=v22-secfit-frontend --api-key=$HEROKU_STAGING_API_KEY
- dpl --provider=heroku --app=v22-secfit-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