Skip to content

Commit

Permalink
fix: remove prepare fe
Browse files Browse the repository at this point in the history
  • Loading branch information
RRRHAN committed Mar 16, 2024
1 parent 7b625d3 commit 3a3e764
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install fe dependencies
run: yarn install
working-directory: ./front-end
- name: Build fe
run: yarn run build
working-directory: ./front-end
env:
REACT_APP_FOO: bar
REACT_APP_BASE_URL: /api/
- name: inject fe
run: mkdir "./back-end/ui" && cp -R "./front-end/build/"* "./back-end/ui"
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@v1
with:
version: '333.0.0'
Expand Down

0 comments on commit 3a3e764

Please sign in to comment.