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

update staging private key var

parent 30e8b4a1
No related branches found
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