Skip to content

Commit 0e9e17f

Browse files
committed
feat(docker): set deploy to pi node instead of local
1 parent b744708 commit 0e9e17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deployPrewww.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ node {
2626
}
2727

2828
stage 'deploy'
29-
node {
29+
node('pi') {
3030
unstash 'binary'
3131
sh 'echo "FROM nginx" >> Dockerfile && echo "COPY site/public /usr/share/nginx/html" >> Dockerfile'
3232
sh 'docker build -t docker.code-troopers.com/website-prewww:latest .'

0 commit comments

Comments
 (0)