Skip to content

Commit

Permalink
Merge pull request #13 from ghost-in-the-machine-llc/staging
Browse files Browse the repository at this point in the history
minor naming edits in yml, test prod deploy
  • Loading branch information
martypdx committed Oct 31, 2023
2 parents c82ba23 + e0fa95a commit 4bb864f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
required: true

jobs:
deploy-staging:
name: Setup & Deploy Supabase to Production
deploy:
name: Setup & deploy Supabase
runs-on: ubuntu-latest
env:
SUPABASE_ACCESS_TOKEN: ${{ secrets.token }}
Expand All @@ -33,5 +33,5 @@ jobs:
with:
version: latest

- name: Deploy Functions
- name: Deploy functions
run: supabase functions deploy --project-ref $PROJECT_ID

0 comments on commit 4bb864f

Please sign in to comment.