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
Vendored
+3 -1
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'
}
} }
} }
} }