fix meta
This commit is contained in:
parent
499b4e805f
commit
411e5c1e54
1 changed files with 10 additions and 11 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -45,7 +45,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
set -xo pipefail
|
set -xo pipefail
|
||||||
PROJECT=plateformcoop-ebs
|
PROJECT=plateformcoop-ebs
|
||||||
if [[ "${{ github.ref }}" == *"tag"* ]]; then
|
|
||||||
# Tags are deployed in prod
|
# Tags are deployed in prod
|
||||||
CONTEXT=prod
|
CONTEXT=prod
|
||||||
ENVIRONMENT=prod
|
ENVIRONMENT=prod
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue