Skip to content

Commit

Permalink
minor naming edits
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Oct 31, 2023
1 parent a8b5b10 commit e0fa95a
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 e0fa95a

Please sign in to comment.