We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6af46 commit af28fe9Copy full SHA for af28fe9
1 file changed
.github/workflows/deploy.yml
@@ -23,6 +23,9 @@ jobs:
23
24
- name: Build app
25
run: npm run build
26
+ env:
27
+ VITE_PUBLIC_BASE_URL: ${{ secrets.VITE_PUBLIC_BASE_URL }}
28
+ VITE_ORIGIN: ${{ secrets.VITE_ORIGIN }}
29
30
- name: Deploy to S3
31
uses: jakejarvis/s3-sync-action@master
0 commit comments