Skip to content

Commit

Permalink
Update azure-static-web-apps-green-coast-060de9f03.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalyKrvch authored Mar 7, 2024
1 parent f72a64e commit cb16ecd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
run: |
touch .env
echo "${{ secrets.MY_VAR }}" >> .env
echo "VITE_BASE_URL=${{ secrets.VITE_BASE_URL }}" >> .env
echo "VITE_SERVICEID=${{ secrets.VITE_SERVICEID }}" >> .env
echo "VITE_TEMPLATEID=${{ secrets.VITE_TEMPLATEID }}" >> .env
echo "VITE_ORDERINGTEMPLATEID=${{ secrets.VITE_ORDERINGTEMPLATEID }}" >> .env
echo "VITE_KEYID=${{ secrets.VITE_KEYID }}" >> .env
echo "VITE_USERID=${{ secrets.VITE_USERID }}" >> .env
- name: Build And Deploy
id: builddeploy
Expand Down

0 comments on commit cb16ecd

Please sign in to comment.