env file cleanup added
This commit is contained in:
parent
dee8a3b21f
commit
1cd3140955
2 changed files with 6 additions and 0 deletions
3
.github/workflows/int_gateway-int.yml
vendored
3
.github/workflows/int_gateway-int.yml
vendored
|
|
@ -66,6 +66,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
|
||||
id: deploy-to-webapp
|
||||
|
|
|
|||
3
.github/workflows/main_gateway-prod.yml
vendored
3
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -66,6 +66,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
|
||||
id: deploy-to-webapp
|
||||
|
|
|
|||
Loading…
Reference in a new issue