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
No related branches found
No related tags found
1 merge request!34add staging deployment to CI
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
......@@ -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