We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413b0e6 commit f69a5e9Copy full SHA for f69a5e9
scripts/deployPrewww.groovy
@@ -33,5 +33,5 @@ node('pi') {
33
sh 'docker login -u coruscant -p DtsPtxvthape https://docker.code-troopers.com'
34
sh 'docker push docker.code-troopers.com/website-prewww:latest'
35
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'
+ 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'
37
}
0 commit comments