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 ab1a945 commit b744708Copy full SHA for b744708
scripts/deployPrewww.groovy
@@ -30,7 +30,7 @@ node {
30
unstash 'binary'
31
sh 'echo "FROM nginx" >> Dockerfile && echo "COPY site/public /usr/share/nginx/html" >> Dockerfile'
32
sh 'docker build -t docker.code-troopers.com/website-prewww:latest .'
33
- sh 'docker login -u coruscant -p DtsPtxvthape -e dev@code-troopers.com https://docker.code-troopers.com'
+ 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'
36
sh 'docker run -e VIRTUAL_HOST=prewww.code-troopers.com --name website-prewww -d docker.code-troopers.com/website-prewww:latest'
0 commit comments