From dff3e673c25c1b191584892cfea09ff9af57bb8a Mon Sep 17 00:00:00 2001 From: Gunwant Jain Date: Tue, 25 Jan 2022 02:41:16 +0530 Subject: [PATCH] flyci: detach daemon after deployment Otherwise the github action hangs on the job. I should open an issue regarding this on fly's tracker. Signed-off-by: Gunwant Jain --- .github/workflows/flyci.yml | 2 +- templates/index.html.tera | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flyci.yml b/.github/workflows/flyci.yml index 70e7188..9c08b46 100644 --- a/.github/workflows/flyci.yml +++ b/.github/workflows/flyci.yml @@ -17,4 +17,4 @@ jobs: - uses: actions/checkout@v2 - uses: superfly/flyctl-actions@1.1 with: - args: "deploy" + args: "deploy --detach" diff --git a/templates/index.html.tera b/templates/index.html.tera index 104b9ac..421f61b 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -34,7 +34,7 @@ SEE ALSO