更新 .gitea/workflows/main.yaml
Docker Deploy / build-and-deploy (push) Failing after 1m54s Details

This commit is contained in:
root 2024-07-09 10:52:18 +08:00
parent c2bab50b1d
commit 50261443fb
1 changed files with 2 additions and 3 deletions

View File

@ -66,14 +66,13 @@ jobs:
- name: Run On Server
run: |
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
run: |
curl -fsSL https://mkcert.dev/install.sh | sh
mkcert -install
mkcert ${{vars.DOMAIN}}
# - name: SSH Deploy
# uses: easingthemes/ssh-deploy-action@v2.1.5
# env: