From e0fa95af841b261e7d179dca57e638289af1b7fe Mon Sep 17 00:00:00 2001 From: Marty Nelson Date: Tue, 31 Oct 2023 11:03:33 -0700 Subject: [PATCH] minor naming edits --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e1a72e..a681043 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} @@ -33,5 +33,5 @@ jobs: with: version: latest - - name: Deploy Functions + - name: Deploy functions run: supabase functions deploy --project-ref $PROJECT_ID