Fix pipeline
This commit is contained in:
parent
148bebf402
commit
89b33b843c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -166,7 +166,7 @@ pipeline {
|
|||
-e S3_BUCKET=jc21-npm-site \\
|
||||
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \\
|
||||
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \\
|
||||
-v $(pwd):/app \\
|
||||
-v \$(pwd):/app \\
|
||||
-w /app \\
|
||||
jc21/ci-tools \\
|
||||
scripts/upload /app/docs/.vuepress/dist
|
||||
|
|
Loading…
Reference in a new issue