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 d20af8b commit 2190331Copy full SHA for 2190331
1 file changed
.github/workflows/integration.yml
@@ -51,7 +51,7 @@ jobs:
51
- run: trellis exec ansible-playbook --version
52
working-directory: example.com/trellis
53
- name: Provision
54
- run: trellis provision --extra-vars "web_user=runner acme_server=https://127.0.0.1:8443/acme/acme acme_ssl_verify=off acme_ssl_trusted_certificate=/root/.step/certs/root_ca.crt" production
+ run: trellis provision --extra-vars "web_user=runner acme_server=https://127.0.0.1:8443/acme/acme/directory acme_ssl_verify=off acme_ssl_trusted_certificate=/root/.step/certs/root_ca.crt" production
55
working-directory: example.com
56
- name: Deploy non-https site
57
run: trellis deploy --extra-vars "web_user=runner project_git_repo=https://github.com/roots/bedrock.git" production example.com
0 commit comments