fixed up some more stuff

This commit is contained in:
Ell 2021-12-01 11:17:36 +01:00
parent 41425d5c9c
commit 01260eafab

15
web/Jenkinsfile vendored
View file

@ -1,15 +0,0 @@
pipeline {
agent any
stages {
stage('Pull') {
when {
branch 'main'
}
steps {
sh '''cd /var/www/tinylifegame
git fetch
git checkout ${GIT_COMMIT} -f'''
}
}
}
}