Skip to content

Commit

Permalink
fix: wrong script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinccbsg committed Aug 31, 2023
1 parent bb5f9d8 commit 85bfd73
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Add GCP credentials
run: npm run credentials:generate
env:
GOOGLE_STG_CREDENTIAL: ${{ secrets.GOOGLE_STG_CREDENTIAL }}

- name: Build Docker image
run: docker build -t $IMAGE_NAME --build-arg "SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }}" --build-arg "SUPABASE_HOST=${{ secrets.SUPABASE_HOST }}" .
env:
Expand Down

0 comments on commit 85bfd73

Please sign in to comment.