Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5be69ee4
Unverified
Commit
5be69ee4
authored
Aug 28, 2020
by
neil
Committed by
GitHub
Aug 28, 2020
Browse files
Update LetsEncrypt.yml
parent
386e67fb
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
5be69ee4
...
@@ -6,6 +6,7 @@ jobs:
...
@@ -6,6 +6,7 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
env
:
env
:
NGROK_TOKEN
:
${{ secrets.NGROK_TOKEN }}
NGROK_TOKEN
:
${{ secrets.NGROK_TOKEN }}
TEST_LOCAL
:
1
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Install tools
-
name
:
Install tools
...
@@ -13,13 +14,14 @@ jobs:
...
@@ -13,13 +14,14 @@ jobs:
-
name
:
Clone acmetest
-
name
:
Clone acmetest
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Run acmetest
-
name
:
Run acmetest
run
:
cd ../acmetest && ./letest.sh
run
:
cd ../acmetest &&
sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN"
./letest.sh
MacOS
:
MacOS
:
needs
:
Ubuntu
needs
:
Ubuntu
runs-on
:
macos-latest
runs-on
:
macos-latest
env
:
env
:
NGROK_TOKEN
:
${{ secrets.NGROK_TOKEN }}
NGROK_TOKEN
:
${{ secrets.NGROK_TOKEN }}
TEST_LOCAL
:
1
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Install tools
-
name
:
Install tools
...
@@ -27,4 +29,4 @@ jobs:
...
@@ -27,4 +29,4 @@ jobs:
-
name
:
Clone acmetest
-
name
:
Clone acmetest
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Run acmetest
-
name
:
Run acmetest
run
:
cd ../acmetest && ./letest.sh
run
:
cd ../acmetest && sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ./letest.sh
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment