Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit cdb4c12d authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

fix staging deployment job with commit ref

parent 5fe08a0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ deploy:spot.murenatest.io.backend1:
  variables:
    DOCKER_HOST: ssh://${SSH_USER}@${BACKEND_HOST}
    SPOT_DOCKER_TAG: ${CI_COMMIT_REF_SLUG}
    SPOT_COMMIT: ${CI_COMMIT_REF_NAME}
    SPOT_COMMIT: ${CI_COMMIT_SHA}

deploy:spot.murenatest.io.backend2:
  extends: .deploy:template
@@ -99,7 +99,7 @@ deploy:spot.murenatest.io.backend2:
  variables:
    DOCKER_HOST: ssh://${SSH_USER}@${BACKEND_HOST}
    SPOT_DOCKER_TAG: ${CI_COMMIT_REF_SLUG}
    SPOT_COMMIT: ${CI_COMMIT_REF_NAME}
    SPOT_COMMIT: ${CI_COMMIT_SHA}

deploy:spot.murena.io.backend1:
  extends: .deploy:template