Merge pull request #5 from valueonag/chore/remove-env-prod-file
fix: deployment
This commit is contained in:
commit
21c83fbbac
1 changed files with 0 additions and 6 deletions
|
|
@ -55,12 +55,6 @@ jobs:
|
|||
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CC57AD1F29D44DDA960AE3EAC6D2C27A }}
|
||||
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_4CD1D97C506D403E8E284466DB4E7898 }}
|
||||
|
||||
# Runtime env files (required in your setup)
|
||||
- name: Set productive environment (runtime)
|
||||
run: |
|
||||
set -euo pipefail
|
||||
cp env_prod.env .env
|
||||
|
||||
- name: Deploy to Azure Web App
|
||||
uses: azure/webapps-deploy@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue