env test6
This commit is contained in:
parent
05cc28d415
commit
87326e1cf0
2 changed files with 1 additions and 4 deletions
4
.github/workflows/main_deploy.yaml
vendored
4
.github/workflows/main_deploy.yaml
vendored
|
|
@ -34,11 +34,7 @@ jobs:
|
|||
run: |
|
||||
mv build/web public
|
||||
mv .env public/.env
|
||||
- name: Build Website
|
||||
run: |
|
||||
mv build/web public
|
||||
cp public/.env public/.env-staging
|
||||
- run: cat public/.env
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@
|
|||
.svn/
|
||||
prime
|
||||
*.env
|
||||
!/public/.env
|
||||
|
||||
# libolm package
|
||||
/assets/js/package
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue