Skip to content
Snippets Groups Projects
Unverified Commit 34d13c8b authored by Varac's avatar Varac
Browse files

Use LE staging API, debug

parent d43e95e8
No related branches found
No related tags found
No related merge requests found
......@@ -310,8 +310,11 @@ setup-openappstack:
# export IP_ADDRESS and FQDN vars
- source clusters/${CI_COMMIT_REF_SLUG}/.cluster.env
- cp install/.env.example clusters/${CI_COMMIT_REF_SLUG}/.env
- sed -i "s/1.2.3.4/$IP_ADDRESS/; s/example.org/$FQDN/" clusters/${CI_COMMIT_REF_SLUG}/.env
- sed -i "s/1.2.3.4/$IP_ADDRESS/; s/example.org/$FQDN/; s/acme_staging=false/acme_staging=true/; s/acme-staging/acme/ " clusters/${CI_COMMIT_REF_SLUG}/.env
- cat clusters/${CI_COMMIT_REF_SLUG}/.env
- pwd
- ls -la .
- ls -la ./install
- source clusters/${CI_COMMIT_REF_SLUG}/.env
- install/install-openappstack.sh
# TODO: Should also be removed or made up-to-date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment