Delete .woodpecker

This commit is contained in:
video-prize-ranch 2023-01-15 10:38:12 -05:00
parent 77b2a2ef91
commit 11418c96f5
No known key found for this signature in database
2 changed files with 0 additions and 33 deletions

View File

@ -1,16 +0,0 @@
pipeline:
build:
image: woodpeckerci/plugin-docker-buildx
settings:
dockerfile: Dockerfile
registry: https://codeberg.org/v2
repo: codeberg.org/video-prize-ranch/rimgo
platforms: linux/amd64,linux/arm64
tag: latest
username:
from_secret: docker_username
password:
from_secret: docker_password
secrets: [docker_username, docker_password]
when:
branch: main

View File

@ -1,17 +0,0 @@
pipeline:
deploy:
image: alpine:latest
commands:
- 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/rimgo
- /root/.fly/bin/flyctl deploy --detach --remote-only
secrets: [fly_api_token]
when:
branch: main
depends_on:
- build
skip_clone: true