更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 1m54s
Details
Docker Deploy / build-and-deploy (push) Failing after 1m54s
Details
This commit is contained in:
parent
c2bab50b1d
commit
50261443fb
|
@ -66,14 +66,13 @@ jobs:
|
||||||
- name: Run On Server
|
- name: Run On Server
|
||||||
run: |
|
run: |
|
||||||
docker run -d --name $CTN_NAME -p $HOST_PORT:8080 $REMOTE_IMG_NAME
|
docker run -d --name $CTN_NAME -p $HOST_PORT:8080 $REMOTE_IMG_NAME
|
||||||
gen-SSL-and-deploy-on-Nginx:
|
|
||||||
runs-on: runner
|
|
||||||
steps:
|
|
||||||
- name: gen-SSL
|
- name: gen-SSL
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://mkcert.dev/install.sh | sh
|
curl -fsSL https://mkcert.dev/install.sh | sh
|
||||||
mkcert -install
|
mkcert -install
|
||||||
mkcert ${{vars.DOMAIN}}
|
mkcert ${{vars.DOMAIN}}
|
||||||
|
|
||||||
# - name: SSH Deploy
|
# - name: SSH Deploy
|
||||||
# uses: easingthemes/ssh-deploy-action@v2.1.5
|
# uses: easingthemes/ssh-deploy-action@v2.1.5
|
||||||
# env:
|
# env:
|
||||||
|
|
Loading…
Reference in New Issue