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
|
|
@ -65,6 +65,9 @@ jobs:
|
||||||
|
|
||||||
- name: Set productive environment
|
- name: Set productive environment
|
||||||
run: cp env_int.env .env
|
run: cp env_int.env .env
|
||||||
|
|
||||||
|
- name: Clean up environment files
|
||||||
|
run: rm -f env_*.env
|
||||||
|
|
||||||
- name: 'Deploy to Azure Web App'
|
- name: 'Deploy to Azure Web App'
|
||||||
uses: azure/webapps-deploy@v3
|
uses: azure/webapps-deploy@v3
|
||||||
|
|
|
||||||
3
.github/workflows/main_gateway-prod.yml
vendored
3
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -65,6 +65,9 @@ jobs:
|
||||||
|
|
||||||
- name: Set productive environment
|
- name: Set productive environment
|
||||||
run: cp env_prod.env .env
|
run: cp env_prod.env .env
|
||||||
|
|
||||||
|
- name: Clean up environment files
|
||||||
|
run: rm -f env_*.env
|
||||||
|
|
||||||
- name: 'Deploy to Azure Web App'
|
- name: 'Deploy to Azure Web App'
|
||||||
uses: azure/webapps-deploy@v3
|
uses: azure/webapps-deploy@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue