From 968c23e363674665061467ae58e2258267d3622a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 15 Apr 2024 17:31:31 -0400 Subject: [PATCH] Update fly.yml --- .github/workflows/fly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index a4aa1e4..05d7366 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -11,10 +11,11 @@ jobs: name: Deploy app runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Change directory run: cd apps/api - - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - run: flyctl deploy --remote-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} +