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 4f41b247ba - Show all commits

4
Jenkinsfile vendored
View File

@ -14,7 +14,9 @@ pipeline {
} }
} }
stage('Deploy') { stage('Deploy') {
sh 'docker run -p 3466:3466 test.trianta.dev' steps {
sh 'docker run -p 3466:3466 test.trianta.dev'
}
} }
} }
} }