From 3a3e76461b80b58f043d41adf754a034e363416f Mon Sep 17 00:00:00 2001 From: Raihan Firmansyah Date: Sat, 16 Mar 2024 21:40:25 +0700 Subject: [PATCH] fix: remove prepare fe --- .github/workflows/deploy.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 79f1556..14289e6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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'