Force remote builder for deploy
This commit is contained in:
parent
5a4a55fef0
commit
416a34c731
|
@ -6,10 +6,10 @@ pipeline:
|
||||||
- wget -O - https://fly.io/install.sh | sh
|
- wget -O - https://fly.io/install.sh | sh
|
||||||
- git clone https://codeberg.org/video-prize-ranch/fly-cfg.git
|
- git clone https://codeberg.org/video-prize-ranch/fly-cfg.git
|
||||||
- cd fly-cfg
|
- cd fly-cfg
|
||||||
- /root/.fly/bin/flyctl deploy --detach
|
- /root/.fly/bin/flyctl deploy --detach --remote-only
|
||||||
secrets: [fly_api_token]
|
secrets: [fly_api_token]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
Loading…
Reference in New Issue