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') {
|
||||
|
|
|
@ -9,6 +9,7 @@ environment:
|
|||
|
||||
# Add regular dependencies here.
|
||||
dependencies:
|
||||
crypto: ^3.0.3
|
||||
dio: ^5.5.0+1
|
||||
# path: ^1.8.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue