Skip to content

Commit

Permalink
Merge branch 'hotfix/1.9.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
davitJabushanuri committed Mar 8, 2024
2 parents 79a20a2 + b0c9dc7 commit 6a5d9d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Deploy Staging
if: ${{ github.ref == 'develop' }}
if: ${{ github.ref == 'refs/heads/develop' }}
run: flyctl deploy --remote-only --build-arg NEXT_PUBLIC_SOCKET_URL=${{ secrets.NEXT_PUBLIC_SOCKET_URL }} --build-arg NEXT_PUBLIC_SUPABASE_URL=${{secrets.NEXT_PUBLIC_SUPABASE_URL}} --build-arg NEXT_PUBLIC_SUPABASE_ANON_KEY=${{secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY}} --app ${{ steps.app_name.outputs.value }}-staging
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chirp",
"description": "Chirp is a social media app built with Next.js, Prisma, and Supabase",
"version": "1.9.3",
"version": "1.9.4",
"private": true,
"scripts": {
"start": "next start",
Expand Down

0 comments on commit 6a5d9d6

Please sign in to comment.