Deploy from private-production branch

This commit is contained in:
riordanp 2024-04-05 09:58:26 +01:00 committed by GitHub
parent 45171acd3b
commit 34827b0159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Deploy to Fly Production
on:
push:
branches: [production]
branches: [private-production]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}