From 3904a8fb12de5195a6233241c234f8e7b28b4ce8 Mon Sep 17 00:00:00 2001 From: Raihan Firmansyah Date: Sun, 3 Mar 2024 09:23:58 +0700 Subject: [PATCH] fix: remove unuse code --- .github/workflows/deploy.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 79b1c50..1757759 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 @@ -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'