Skip to content

Commit

Permalink
chore: add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Aug 12, 2023
1 parent 5e87609 commit b6b0a39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
value: ${{ secrets.PORT }}
- name: API_BASE_URL
value: ${{ secrets.API_BASE_URL }}
- name: STYLESHEET_URL
value: ${{ secrets.STYLESHEET_URL }}
- name: ASSET_PATH
value: ${{ secrets.ASSET_PATH }}
- name: APP_DOWNLOAD_URL
value: ${{ secrets.APP_DOWNLOAD_URL }}
ports: ${{ secrets.PORT }}
install: npm ci
build: npx webpack --config webpack.config.js
Expand Down

0 comments on commit b6b0a39

Please sign in to comment.