Skip to content

Commit 4c63253

Browse files
committed
feat(deploy): share .ssh file with ct user
1 parent 2e580fd commit 4c63253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ node {
1414
}
1515

1616
node {
17-
docker.build('website-node').inside('-v /var/jenkins_home/.ssh:/root/.ssh') {
17+
docker.build('website-node').inside('-v /var/jenkins_home/.ssh:/home/ct/.ssh') {
1818
sh 'rm -rf node_modules && ln -s /usr/src/app/node_modules node_modules'
1919
sh 'npm run jenkins.postbuild'
2020
sh 'npm run jenkins.deploy'

0 commit comments

Comments
 (0)