diff --git a/.github/workflows/int_gateway-int.yml b/.github/workflows/int_gateway-int.yml index ba0fe2e2..1d8d2bf7 100644 --- a/.github/workflows/int_gateway-int.yml +++ b/.github/workflows/int_gateway-int.yml @@ -65,6 +65,9 @@ jobs: - name: Set productive environment run: cp env_int.env .env + + - name: Clean up environment files + run: rm -f env_*.env - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v3 diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml index f73e8e7d..9d9f0556 100644 --- a/.github/workflows/main_gateway-prod.yml +++ b/.github/workflows/main_gateway-prod.yml @@ -65,6 +65,9 @@ jobs: - name: Set productive environment run: cp env_prod.env .env + + - name: Clean up environment files + run: rm -f env_*.env - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v3