Skip to content
Snippets Groups Projects
Commit 38ca9a22 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

update staging private key var

parent 5751042d
Branches
No related tags found
1 merge request!34add staging deployment to CI
......@@ -211,7 +211,7 @@ deploy-back-staging:
when: always
variables:
DOMAIN: eatfast.test.cs-campus.fr
PRIVATE_KEY: "$SSH_PRIVATE_KEY"
PRIVATE_KEY: "$SSH_PRIVATE_KEY_STAGING"
IMAGE: "back"
dependencies: []
......@@ -225,7 +225,7 @@ deploy-front-staging:
when: always
variables:
DOMAIN: eatfast.test.cs-campus.fr
PRIVATE_KEY: "$SSH_PRIVATE_KEY"
PRIVATE_KEY: "$SSH_PRIVATE_KEY_STAGING"
IMAGE: "front"
dependencies:
- install-npm-packages
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment