Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwiltfong authored Jan 17, 2024
1 parent 8ba0f08 commit f3c5629
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Flyctl Setup
uses: superfly/flyctl-actions@v1
with:
flyctl_version: "0.0.0"
flyctl_token: ${{ secrets.FLY_API_TOKEN }}
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy to Fly
run: flyctl deploy
env:
Expand Down

0 comments on commit f3c5629

Please sign in to comment.