Skip to content

Commit

Permalink
Fix build (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 20, 2023
1 parent 4f007ac commit a1602a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1602a8

Please sign in to comment.