Skip to content

Commit

Permalink
fix: remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
RRRHAN committed Mar 3, 2024
1 parent 374947e commit 3904a8f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./back-end
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Install fe dependencies
run: yarn install
working-directory: ../front-end
Expand All @@ -30,7 +25,6 @@ jobs:
REACT_APP_BASE_URL: /api/
- name: inject fe
run: mkdir "./ui" && cp -R "../front-end/build/"* "./ui"
- uses: actions/checkout@v2
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@v2
with:
version: '333.0.0'
Expand Down

0 comments on commit 3904a8f

Please sign in to comment.