update jenkinsfile commands

This commit is contained in:
zontreck 2024-07-09 16:07:40 -07:00
parent ba979499ce
commit dbaeccc369

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
stage('Deploy') {
steps {
sh 'dart pub publish -f --skip-validation'
sh 'flutter pub publish -f --skip-validation'
sh 'git clone git@github.com:ariascreations/ServerCode'
sh 'rsync -a --progress -h --delete doc/api/ ServerCode/api.zontreck.com/dartdocs/libac/'
dir('ServerCode') {