Update components
This commit is contained in:
parent
4382f559f3
commit
a67aee24dc
95 changed files with 3901 additions and 12032 deletions
4
.github/workflows/deploy_frontend.yml
vendored
4
.github/workflows/deploy_frontend.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- run: yarn install --immutable
|
||||
- run: yarn build
|
||||
- name: Copy app.yaml to build
|
||||
run: 'cp app.yaml ./build/app.yaml'
|
||||
run: 'cp app.yaml ./dist/app.yaml'
|
||||
- id: auth
|
||||
uses: google-github-actions/auth@v0
|
||||
with:
|
||||
|
|
@ -35,5 +35,5 @@ jobs:
|
|||
- id: deploy
|
||||
uses: google-github-actions/deploy-appengine@v0
|
||||
with:
|
||||
working_directory: crabfit-frontend/build
|
||||
working_directory: crabfit-frontend
|
||||
version: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue