Skip to content

Commit

Permalink
build: attach to frontend network
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed May 16, 2018
1 parent 7912db9 commit a22bf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ maybeStage("Deploy Homepage", true) {
-e LETSENCRYPT_HOST=restapi.libelektra.org \
-e LETSENCRYPT_EMAIL=jenkins@hub.libelektra.org \
--name ${backend_name} \
--network=frontend_default \
--restart=always"""
)

Expand All @@ -192,6 +193,7 @@ maybeStage("Deploy Homepage", true) {
-e LETSENCRYPT_HOST=www.libelektra.org \
-e LETSENCRYPT_EMAIL=jenkins@hub.libelektra.org \
--name ${frontend_name} \
--network=frontend_default \
--restart=always"""
)
}
Expand Down

0 comments on commit a22bf83

Please sign in to comment.