Remove deploy step

This commit is contained in:
video-prize-ranch 2022-06-25 15:26:11 -04:00
parent d299219533
commit 4643f6d416
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 1 additions and 12 deletions

View File

@ -26,15 +26,4 @@ docker:
- docker rm -f tmp
artifacts:
paths:
- 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
- rimgo