Skip to content

Commit

Permalink
comment out templar to test why deployments fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Nov 13, 2024
1 parent e64ac70 commit b5f2b64
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

deploy-templar:
name: Deploy Templar
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -c fly.templar.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# deploy-templar:
# name: Deploy Templar
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: superfly/flyctl-actions/setup-flyctl@master
# - run: flyctl deploy --remote-only -c fly.templar.toml
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit b5f2b64

Please sign in to comment.