ci-13-2
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12m7s

This commit is contained in:
Havoc420Mac 2025-04-06 11:08:44 +08:00
parent 39e22582f7
commit fabb5d9485

View File

@ -67,9 +67,9 @@ jobs:
- name: SSH 部署服务器 - name: SSH 部署服务器
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@master
with: with:
host: '113.44.68.213' host: '120.27.199.238'
username: root username: root
password: Havocantelope420 password: Havocantelope420#
port: '22' port: '22'
script: | script: |
docker pull ${{ env.REGISTRY }}/${{ secrets.GHCR_USER }}/${{ env.IMAGE_NAME }}:${{ steps.branch_name.outputs.tag }} docker pull ${{ env.REGISTRY }}/${{ secrets.GHCR_USER }}/${{ env.IMAGE_NAME }}:${{ steps.branch_name.outputs.tag }}