diff --git a/.woodpecker/frontend.yml b/.woodpecker/frontend.yml index dac764d..84f60fa 100644 --- a/.woodpecker/frontend.yml +++ b/.woodpecker/frontend.yml @@ -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 diff --git a/README.md b/README.md index ce1141d..1b231fa 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ This is a learning project for game algorithms and WASM. +Deployment: [game-algorithms.koval.net](https://game-algorithms.koval.net)