|
|
@ -34,6 +34,13 @@ jobs: |
|
|
TEST_ACME_Server: "LetsEncrypt.org_test" |
|
|
TEST_ACME_Server: "LetsEncrypt.org_test" |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v6 |
|
|
- uses: actions/checkout@v6 |
|
|
|
|
|
- uses: anyvm-org/cf-tunnel@v0 |
|
|
|
|
|
id: tunnel |
|
|
|
|
|
with: |
|
|
|
|
|
protocol: http |
|
|
|
|
|
port: 80 |
|
|
|
|
|
- name: Set envs |
|
|
|
|
|
run: echo "TestingDomain=${{steps.tunnel.outputs.server}}" >> $GITHUB_ENV |
|
|
- name: Clone acmetest |
|
|
- name: Clone acmetest |
|
|
run: | |
|
|
run: | |
|
|
cd .. \ |
|
|
cd .. \ |
|
|
|