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') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'dart pub publish'
|
sh 'dart pub publish -f'
|
||||||
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') {
|
||||||
|
|
|
@ -9,6 +9,7 @@ environment:
|
||||||
|
|
||||||
# Add regular dependencies here.
|
# Add regular dependencies here.
|
||||||
dependencies:
|
dependencies:
|
||||||
|
crypto: ^3.0.3
|
||||||
dio: ^5.5.0+1
|
dio: ^5.5.0+1
|
||||||
# path: ^1.8.0
|
# path: ^1.8.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue