Skip to content

Commit

Permalink
- simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrett committed Sep 21, 2024
1 parent db4063a commit 56de902
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
- name: Install Flyctl
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Debug Environment Variables
run: |
echo "FLY_API_TOKEN is: $FLY_API_TOKEN"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

- name: Authenticate with Flyctl
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
run: flyctl auth token $FLY_API_TOKEN

- name: Deploy App
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
Expand Down

0 comments on commit 56de902

Please sign in to comment.