diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 9a0fbe9a7..483c2e6a4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -90,10 +90,10 @@ jobs: PRJ="etib" if [[ "${{ github.ref_type }}" == "branch" && "$REF" == "main" ]]; then - TARGET="testing" + TARGET="staging" IMAGE_TAG="main-${SHORT_SHA}" - ENV_FILE=".env.testing" - TRAEFIK_HOST="test.${DOMAIN}" + ENV_FILE=".env.staging" + TRAEFIK_HOST="staging.${DOMAIN}" elif [[ "${{ github.ref_type }}" == "tag" ]]; then if [[ "$REF" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then TARGET="production"