更新 .gitea/workflows/main.yaml

This commit is contained in:
root 2024-07-09 10:34:37 +08:00
parent 8970145d5b
commit dbc36bcb32
1 changed files with 7 additions and 0 deletions

View File

@ -65,6 +65,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
- 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: