From 572c125d7557b85654044d31ae3c3c2f2531db3e Mon Sep 17 00:00:00 2001 From: iAmir Date: Mon, 25 Sep 2023 19:00:59 +0330 Subject: [PATCH] make flyctl use 0.1.101 --- .github/workflows/deploy-api.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index c0b064e84..e49962b9f 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -15,4 +15,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only + with: + version: 0.1.101 + - run: flyctl deploy --remote-only --wait-timeout 300