Skip to content

Merge pull request #2 from sahidrahman404/revert-1-staging #4

Merge pull request #2 from sahidrahman404/revert-1-staging

Merge pull request #2 from sahidrahman404/revert-1-staging #4

Workflow file for this run

name: Prod Gigachad Backend
on:
push:
branches:
- main
jobs:
deploy:
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --ha=false
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}