diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa56d82cb5ea0374d997a5f918257313c6b4f04d..7919025245bccfef385e3f51a4426045bc423723 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ staging: - apt-get update -qy - apt-get install -y ruby-dev - gem install dpl - - dpl --provider=heroku --app=secfit-frontend-v22 --api-key=$HEROKU_STAGING_API_KEY - - dpl --provider=heroku --app=secfit-backend-v22 --api-key=$HEROKU_STAGING_API_KEY + - dpl --provider=heroku --app=secfit-v22 --api-key=$HEROKU_STAGING_API_KEY + - dpl --provider=heroku --app=server-secfit-v22 --api-key=$HEROKU_STAGING_API_KEY only: - - master \ No newline at end of file + - master