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:
parent
6104639596
commit
dff3e673c2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/flyci.yml
vendored
2
.github/workflows/flyci.yml
vendored
|
|
@ -17,4 +17,4 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: superfly/flyctl-actions@1.1
|
- uses: superfly/flyctl-actions@1.1
|
||||||
with:
|
with:
|
||||||
args: "deploy"
|
args: "deploy --detach"
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ SEE ALSO
|
||||||
</div>
|
</div>
|
||||||
<div class="selectBox">
|
<div class="selectBox">
|
||||||
<select id="ext" name="ext" size="15">
|
<select id="ext" name="ext" size="15">
|
||||||
<option value="txt">Plain Text</option>
|
<option selected value="txt">Plain Text</option>
|
||||||
<option value=".env">DotENV</option>
|
<option value=".env">DotENV</option>
|
||||||
<option value=".git">Git Link</option>
|
<option value=".git">Git Link</option>
|
||||||
<option value=".mailmap">Git Mailmap</option>
|
<option value=".mailmap">Git Mailmap</option>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue