Remove deploy step
This commit is contained in:
parent
d299219533
commit
4643f6d416
|
@ -27,14 +27,3 @@ docker:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- rimgo
|
- rimgo
|
||||||
|
|
||||||
deploy:
|
|
||||||
image: alpine:latest
|
|
||||||
stage: deploy
|
|
||||||
before_script:
|
|
||||||
- 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
|
|
||||||
script:
|
|
||||||
- cd fly-cfg
|
|
||||||
- /root/.fly/bin/flyctl deploy --no-cache --detach
|
|
Loading…
Reference in New Issue