feat: 更新部署配置
parent
c775a59571
commit
990c69ea75
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
steps:
|
||||
- name: 检出代码
|
||||
id: checkout
|
||||
uses: https://git.dev.juetan.cn/mirror/checkout@v3
|
||||
uses: https://git.app.juetan.cn/mirror/checkout@v3
|
||||
|
||||
- name: 构建镜像
|
||||
run: |
|
||||
|
|
@ -44,7 +44,8 @@ jobs:
|
|||
docker push ${{ env.docker_name }}:latest
|
||||
|
||||
- name: 更新服务
|
||||
uses: https://git.dev.juetan.cn/mirror/ssh-action@v1.0.0
|
||||
uses: https://git.app.juetan.cn/mirror/ssh-action@v1.0.0
|
||||
if: false
|
||||
with:
|
||||
host: ${{ env.deploy_host }}
|
||||
port: ${{ env.deploy_port }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue