Update .gitlab/.gitlab-ci.yml
Some checks failed
Continues Integration / Install dependencies (push) Successful in 53s
Continues Integration / Build (push) Failing after 9s
Continues Integration / Build production (push) Failing after 9s
Continues Integration / Build docker image (push) Has been skipped

This commit is contained in:
Zakary Timson 2023-08-01 15:01:22 +00:00
parent e3cfe8246a
commit e19ead65d4

View File

@ -87,7 +87,7 @@ production:
image: docker image: docker
cache: [] cache: []
variables: variables:
SERVICE_NAME: phone-reminders_api SERVICE_NAME: 291st_website
before_script: before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_JOB_TOKEN $CI_REGISTRY
- TAG=$([ "$CI_COMMIT_BRANCH" = "$CI_DEFAULT_BRANCH" ] && echo "latest" || echo "$CI_COMMIT_BRANCH" | sed -E "s/[_/]/-/g") - TAG=$([ "$CI_COMMIT_BRANCH" = "$CI_DEFAULT_BRANCH" ] && echo "latest" || echo "$CI_COMMIT_BRANCH" | sed -E "s/[_/]/-/g")