Skip to content

Commit

Permalink
chore: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkaske committed Nov 24, 2024
1 parent 5da11f7 commit 6a49b2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Fly Deploy Workflows
on:
push:
branches:
- main
paths:
- "apps/workflows/**"
jobs:
deploy-workflows:
name: Deploy Workflows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- working-directory: apps/workflows
name: Deploy Workflows
run: |
flyctl deploy --remote-only --wait-timeout=500
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 6a49b2f

Please sign in to comment.