fixed web5
This commit is contained in:
parent
855c8f74e5
commit
72ec49c79d
3 changed files with 12 additions and 1 deletions
1
.github/workflows/main_deploy.yaml
vendored
1
.github/workflows/main_deploy.yaml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
- name: Build Website
|
||||
run: |
|
||||
mkdir public
|
||||
mv .env public/web/.env
|
||||
mv build/web/ public/web
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
|
|||
11
.github/workflows/old.yml
vendored
11
.github/workflows/old.yml
vendored
|
|
@ -36,6 +36,17 @@ jobs:
|
|||
name: web-artifact
|
||||
path: ./build/web
|
||||
|
||||
upload_sentry:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_staging
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
||||
- run: echo "$WEB_APP_ENV" > .env
|
||||
- name: Build web
|
||||
run: ./scripts/upload-sentry.sh
|
||||
|
||||
deploy_staging:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_staging
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ flutter:
|
|||
generate: true
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- .env
|
||||
- assets/
|
||||
- assets/pangea/
|
||||
- assets/pangea/bot_faces/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue