From a1602a83e64ad7218038d531b2c9845b54bb5d9e Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Thu, 19 Oct 2023 20:10:37 -0700 Subject: [PATCH] Fix build (#24) --- .github/workflows/deploy-production.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index 15146e2..2921dad 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -13,8 +13,11 @@ jobs: - uses: superfly/flyctl-actions/setup-flyctl@master - name: Write Google Vertex credentials file run: echo "${{ secrets.GOOGLE_VERTEX_AI_CREDENTIALS }}" > ./.google_vertex_ai_credentials.json + - name: Show folder contents + run: ls -a - run: flyctl deploy --wait-timeout 600 env: + GOOGLE_VERTEX_AI_CREDENTIALS: ${{ secrets.GOOGLE_VERTEX_AI_CREDENTIALS }} FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} deploy-frontend: name: Deploy Frontend to Vercel