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'