Delete .woodpecker
This commit is contained in:
		
							parent
							
								
									77b2a2ef91
								
							
						
					
					
						commit
						11418c96f5
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
		Loading…
	
		Reference in New Issue