Skip to content

Commit

Permalink
ci/cd - use staging LE for Docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Nov 10, 2022
1 parent d5aaf91 commit 84eb1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DockerTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def _setup_test(self) :
Test.replace_in_file(compose, r"bunkerity/bunkerweb:.*$", "local/bw-tests:latest")
Test.replace_in_file(compose, r"\./bw\-data:/", "/tmp/bw-data:/")
Test.replace_in_file(compose, r"\- bw_data:/", "- /tmp/bw-data:/")
Test.replace_in_file(compose, r"AUTO_LETS_ENCRYPT=yes", "AUTO_LETS_ENCRYPT=yes\n - USE_LETS_ENCRYPT_STAGING=yes")
for ex_domain, test_domain in self._domains.items() :
Test.replace_in_files(test, ex_domain, test_domain)
Test.rename(test, ex_domain, test_domain)
Expand Down

0 comments on commit 84eb1b6

Please sign in to comment.