Skip to content

Commit

Permalink
Update env vars access
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze committed Jul 29, 2024
1 parent be34707 commit 450a016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
working-directory: ${{ github.workspace }}/nt-app/
run: |
touch .env
echo VUE_APP_HOSTNAME=${{ secrets.VUE_APP_HOSTNAME }} >> .env
echo VUE_APP_NT_LOGIN_URL=${{ secrets.VUE_APP_NT_LOGIN_URL }} >> .env
echo VUE_APP_LOBBY_SERVER_WS_URL_BASE=${{ secrets.VUE_APP_LOBBY_SERVER_WS_URL_BASE }} >> .env
echo VUE_APP_HOSTNAME=$VUE_APP_HOSTNAME >> .env
echo VUE_APP_NT_LOGIN_URL=$VUE_APP_NT_LOGIN_URL >> .env
echo VUE_APP_LOBBY_SERVER_WS_URL_BASE=$VUE_APP_LOBBY_SERVER_WS_URL_BASE >> .env
cat .env
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 450a016

Please sign in to comment.