Skip to content

Commit

Permalink
Update deploy-windows.yml to create env
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze authored Jul 29, 2024
1 parent 4e71c81 commit be34707
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: 'Create env file'
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
cat .env
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit be34707

Please sign in to comment.