From be9a3fc28e2922f6af0d97a0a0b224b3880f9412 Mon Sep 17 00:00:00 2001 From: Haakon Gunleiksrud <haakogun@stud.ntnu.no> Date: Sat, 18 Dec 2021 11:18:08 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa56d82..7919025 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 -- GitLab