mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 07:58:23 +00:00
Revert "Use flyio/flyctl instead of downloading flyctl"
This reverts commit 6b4e6e6436
.
This commit is contained in:
parent
6b4e6e6436
commit
5a4a55fef0
@ -1,8 +1,12 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: flyio/flyctl:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- /flyctl deploy --detach --remote-only
|
- apk update && apk --no-cache add curl git
|
||||||
|
- wget -O - https://fly.io/install.sh | sh
|
||||||
|
- git clone https://codeberg.org/video-prize-ranch/fly-cfg.git
|
||||||
|
- cd fly-cfg
|
||||||
|
- /root/.fly/bin/flyctl deploy --detach
|
||||||
secrets: [fly_api_token]
|
secrets: [fly_api_token]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user