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 <mail@wantguns.dev>
This commit is contained in:
2
.github/workflows/flyci.yml
vendored
2
.github/workflows/flyci.yml
vendored
@@ -17,4 +17,4 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: superfly/flyctl-actions@1.1
|
||||
with:
|
||||
args: "deploy"
|
||||
args: "deploy --detach"
|
||||
|
||||
Reference in New Issue
Block a user