Update Fly.yaml
This commit is contained in:
parent
40ac6d5c0c
commit
efceb3f2d3
|
|
@ -16,6 +16,9 @@ jobs:
|
|||
continue-on-error: true
|
||||
- run: |
|
||||
#Deploy git.evanferrao.win
|
||||
flyctl wireguard websockets enable
|
||||
flyctl agent restart
|
||||
flyctl doctor
|
||||
rm -rf *
|
||||
curl -ksSLo fly.toml "${FLY_TOML_URL}"
|
||||
flyctl deploy --remote-only
|
||||
|
|
|
|||
Loading…
Reference in New Issue