no deploy for now
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful Details
ci/woodpecker/push/wasm-o-x-rust Pipeline was successful Details
ci/woodpecker/push/frontend Pipeline was successful Details

This commit is contained in:
Gleb Koval 2022-08-09 01:30:23 +00:00
parent 568171c048
commit b2b2e149a8
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 1 additions and 19 deletions

View File

@ -48,24 +48,5 @@ pipeline:
include:
- frontend/*
- .woodpecker/frontend.yml
deploy:
image: plugins/ssh
settings:
host: 192.168.3.5
username: root
key:
from_secret: SSH_KEY
script:
- docker stop game-algorithms || echo No existing deployment
- docker rm game-algorithms || echo No existing deployment
- docker image rm git.koval.net/cyclane/game-algorithms/frontend:latest || echo No existing image
- docker pull git.koval.net/cyclane/game-algorithms/frontend:latest
- docker run --name game-algorithms -p 3000:3000 -d git.koval.net/cyclane/game-algorithms/frontend:latest
when:
branch: main
path:
include:
- frontend/*
- .woodpecker/frontend.yml
depends_on:
- wasm-o-x-rust

View File

@ -4,3 +4,4 @@
This is a learning project for game algorithms and WASM.
Deployment: [game-algorithms.koval.net](https://game-algorithms.koval.net)