feat: 更新CI镜像地址
自动部署 / build (push) Successful in 2m6s
Details
自动部署 / build (push) Successful in 2m6s
Details
parent
9436f5feee
commit
d70cd4688c
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
id: checkout
|
id: checkout
|
||||||
uses: actions/checkout@v3
|
uses: https://git.app.juetan.cn/mirror/checkout@v3
|
||||||
|
|
||||||
# - name: 设置NodeJS环境
|
# - name: 设置NodeJS环境
|
||||||
# uses: actions/setup-node@v2
|
# uses: actions/setup-node@v2
|
||||||
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
docker push ${{ env.docker_name }}:${{ gitea.ref_name }}
|
docker push ${{ env.docker_name }}:${{ gitea.ref_name }}
|
||||||
|
|
||||||
- name: 登陆到部署环境执行更新命令
|
- name: 登陆到部署环境执行更新命令
|
||||||
uses: appleboy/ssh-action@v1.0.0
|
uses: https://git.app.juetan.cn/mirror/ssh-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
host: ${{ env.deploy_host }}
|
host: ${{ env.deploy_host }}
|
||||||
port: ${{ env.deploy_port }}
|
port: ${{ env.deploy_port }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue