mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
fix: use another flyctl docker image
This commit is contained in:
parent
91a754a75b
commit
967c75a687
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ steps:
|
||||||
|
|
||||||
# 3. Set Secrets and Deploy
|
# 3. Set Secrets and Deploy
|
||||||
deploy:
|
deploy:
|
||||||
image: superfly/flyctl:latest
|
image: codeberg.org/jasterv/flyctl:latest
|
||||||
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
FLY_API_TOKEN:
|
FLY_API_TOKEN:
|
||||||
from_secret: FLY_API_TOKEN
|
from_secret: FLY_API_TOKEN
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue