Skip to content

Commit f69a5e9

Browse files
committed
feat(docker): add letsencrypt information to deploy prewww
1 parent 413b0e6 commit f69a5e9

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
@@ -33,5 +33,5 @@ node('pi') {
3333
sh 'docker login -u coruscant -p DtsPtxvthape https://docker.code-troopers.com'
3434
sh 'docker push docker.code-troopers.com/website-prewww:latest'
3535
sh 'docker rm -fv website-prewww || true'
36-
sh 'docker run -e VIRTUAL_HOST=prewww.code-troopers.com --name website-prewww -d docker.code-troopers.com/website-prewww:latest'
36+
sh 'docker run -e LETSENCRYPT_HOST="prewww.code-troopers.com" -e LETSENCRYPT_EMAIL=contact@code-troopers.com -e VIRTUAL_HOST=prewww.code-troopers.com --name website-prewww -d docker.code-troopers.com/website-prewww:latest'
3737
}

0 commit comments

Comments
 (0)