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') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dart pub publish -f --skip-validation'
|
sh 'flutter pub publish -f --skip-validation'
|
||||||
sh 'git clone git@github.com:ariascreations/ServerCode'
|
sh 'git clone git@github.com:ariascreations/ServerCode'
|
||||||
sh 'rsync -a --progress -h --delete doc/api/ ServerCode/api.zontreck.com/dartdocs/libac/'
|
sh 'rsync -a --progress -h --delete doc/api/ ServerCode/api.zontreck.com/dartdocs/libac/'
|
||||||
dir('ServerCode') {
|
dir('ServerCode') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue