Use flyio/flyctl instead of downloading flyctl
This commit is contained in:
parent
be349ec9d9
commit
6b4e6e6436
|
@ -1,12 +1,8 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine:latest
|
image: flyio/flyctl:latest
|
||||||
commands:
|
commands:
|
||||||
- apk update && apk --no-cache add curl git
|
- /flyctl deploy --detach --remote-only
|
||||||
- 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