feat: show the nginx config

This commit is contained in:
Jose Diaz-Gonzalez
2020-02-17 04:30:23 -05:00
parent 1e0899ee04
commit 4c7cd3f2af

View File

@@ -35,6 +35,7 @@ teardown() {
add_domain "node-js-app.dokku.me"
add_domain "test.dokku.me"
deploy_app
dokku nginx:show-conf $TEST_APP
assert_ssl_domain "node-js-app.dokku.me"
assert_http_redirect "http://test.dokku.me" "https://test.dokku.me:443/"
}