Compare commits
No commits in common. "11a9defb81d8b5e7bdb5dc2e98f8ab4b28552004" and "e84e904bfc8bc363fdae38f58684c69070717825" have entirely different histories.
11a9defb81
...
e84e904bfc
|
|
@ -16,7 +16,6 @@ jobs:
|
|||
continue-on-error: true
|
||||
- run: |
|
||||
#Deploy git.evanferrao.win
|
||||
flyctl auth whoami
|
||||
rm -rf *
|
||||
curl -ksSLo fly.toml "${FLY_TOML_URL}"
|
||||
flyctl deploy --remote-only
|
||||
|
|
@ -41,7 +40,6 @@ jobs:
|
|||
continue-on-error: true
|
||||
- run: |
|
||||
#Deploy git.boxinaclosedbox.win
|
||||
flyctl auth whoami
|
||||
rm -rf *
|
||||
curl -ksSLo fly.toml "${FLY_TOML_URL}"
|
||||
flyctl deploy --remote-only
|
||||
|
|
@ -66,7 +64,6 @@ jobs:
|
|||
continue-on-error: true
|
||||
- run: |
|
||||
#Deploy additional git
|
||||
flyctl auth whoami
|
||||
rm -rf *
|
||||
curl -ksSLo fly.toml "${FLY_TOML_URL}"
|
||||
flyctl deploy --remote-only
|
||||
|
|
|
|||
Loading…
Reference in New Issue