Skip to content

Commit

Permalink
add rollback workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaalexlit committed Mar 3, 2024
1 parent becc6f5 commit ef88cf0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fly-rollback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Fly Rollback
on:
workflow_dispatch:
jobs:
rollback:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --image aaalexlit/faq-slack-bot:previous
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit ef88cf0

Please sign in to comment.