core: add Snake using Typescript #7

Merged
Trianta merged 35 commits from snake into main 2024-11-09 01:26:09 -06:00
Showing only changes of commit 6667a2f79b - Show all commits

1
Jenkinsfile vendored
View File

@ -15,6 +15,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh 'docker stop test || exit 0'
sh 'docker run -d -p 3466:80 --name test test.trianta.dev:latest' sh 'docker run -d -p 3466:80 --name test test.trianta.dev:latest'
} }
} }