Force publish instead
This commit is contained in:
parent
9c914fb36d
commit
96cd583c63
2 changed files with 2 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
|||
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'dart pub publish'
|
||||
sh 'dart pub publish -f'
|
||||
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…
Add table
Add a link
Reference in a new issue