From 28cb6e73abd041867f823109865c0ddb22a69438 Mon Sep 17 00:00:00 2001 From: Qin Guan Date: Thu, 20 Jul 2023 11:36:31 +0800 Subject: [PATCH] Revert "why no deploy" This reverts commit 90a9e0643ae72fa345718f4e7432fb171a360fe5. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d49715f..5cecc91 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --local-only --wait-timeout 1800 + - run: flyctl deploy --remote-only --wait-timeout 1800 env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}