Rimuovi i messaggi di stato per la produzione e lo staging nel workflow di deployment
All checks were successful
Multi-Env Deploy / build-and-deploy (push) Successful in 33s
All checks were successful
Multi-Env Deploy / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -26,11 +26,9 @@ jobs:
|
||||
- name: Set Environment Variables
|
||||
run: |
|
||||
if [[ "${{ gitea.ref }}" == "refs/heads/main" ]]; then
|
||||
echo "Stiamo andando in PRODUZIONE"
|
||||
echo "TARGET_NS=default" >> $GITHUB_ENV
|
||||
echo "BASE_DOMAIN=${{ env.PROD_DOMAIN }}" >> $GITHUB_ENV
|
||||
else
|
||||
echo "Stiamo andando in STAGING"
|
||||
echo "TARGET_NS=staging" >> $GITHUB_ENV
|
||||
echo "BASE_DOMAIN=${{ env.STAGING_DOMAIN }}" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user