Fix deploy pipeline

This commit is contained in:
video-prize-ranch 2022-10-06 06:54:04 -04:00
parent 23499a9710
commit 2a5e17628c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pipeline:
- 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
- cd fly-cfg/rimgo
- /root/.fly/bin/flyctl deploy --detach --remote-only
secrets: [fly_api_token]