Skip to content

Commit

Permalink
add env file for github deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
THORSTEN SCHMINKEL committed Feb 11, 2024
1 parent d7960a5 commit b646f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: bahmutov/npm-install@v1
- name: Build project
run: npm run build
env:
BASE_PATH: ${{ secrets.BASE_PATH }}
- name: Upload production-ready build files
uses: actions/upload-artifact@v2
with:
Expand All @@ -38,4 +40,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ dist-ssr
*.sw?

.env*.local

0 comments on commit b646f5c

Please sign in to comment.