From 1a0f64c16786d65de8ca98cdf862f0d1c98ca1ec Mon Sep 17 00:00:00 2001 From: Marco Marzetti Date: Tue, 13 Feb 2024 09:37:21 +0100 Subject: [PATCH] Switched to local build --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 5777f9b..06a9df0 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -48,4 +48,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only + - run: flyctl deploy --local-only