Skip to content

Commit

Permalink
chore: Disabling deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Apr 10, 2024
1 parent 00a5b61 commit 3cd37e5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Continuous Deployment to Fly.io
# https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
name: Fly Deploy
on:
push:
branches:
- main
#name: Fly Deploy
#on:
# push:
# branches:
# - main

jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master

# Runs the flyctl deploy command
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
#jobs:
# deploy:
# name: Deploy app
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: superfly/flyctl-actions/setup-flyctl@master
#
# # Runs the flyctl deploy command
# - run: flyctl deploy --remote-only
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 3cd37e5

Please sign in to comment.