update jenkinsfile commands
This commit is contained in:
parent
ba979499ce
commit
dbaeccc369
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue