Revert "Use flyio/flyctl instead of downloading flyctl"

This reverts commit 6b4e6e6436.
This commit is contained in:
video-prize-ranch 2022-07-21 11:22:46 -04:00
parent 6b4e6e6436
commit 5a4a55fef0
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
pipeline:
deploy:
image: flyio/flyctl:latest
image: alpine:latest
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]
depends_on:
- build
skip_clone: true
skip_clone: true