Compare commits

...

2 Commits

Author SHA1 Message Date
524a534e00 ci(other): update cicd
Some checks failed
CI Build & Deploy / build-and-deploy-dev (push) Failing after 3m28s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped
2026-01-19 03:31:17 +08:00
b2603fb5f5 ci(other): update cicd
Some checks failed
CI Build & Deploy / build-and-deploy-dev (push) Failing after 11s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped
2026-01-19 03:27:22 +08:00

View File

@@ -17,7 +17,7 @@ jobs:
APP_PORT: 8083
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v4
uses: actions/checkout@v4
- name: Setup environment
run: |
@@ -36,7 +36,7 @@ jobs:
run: tar -zcf dist.tar ./dist ./default.conf ./Dockerfile
- name: Upload to server
uses: https://gitea.com/appleboy/scp-action@v0.1.7
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.HOST_DEV }}
username: ${{ secrets.USER_DEV }}
@@ -46,7 +46,7 @@ jobs:
target: /www/builder
- name: Deploy
uses: https://gitea.com/appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST_DEV }}
username: ${{ secrets.USER_DEV }}
@@ -91,7 +91,7 @@ jobs:
APP_PORT: 8083
steps:
- name: Checkout
uses: https://gitea.com/actions/checkout@v4
uses: actions/checkout@v4
- name: Setup environment
run: |
@@ -110,7 +110,7 @@ jobs:
run: tar -zcf dist.tar ./dist ./default.conf ./Dockerfile
- name: Upload to server
uses: https://gitea.com/appleboy/scp-action@v0.1.7
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.HOST_PROD }}
username: ${{ secrets.USER_PROD }}
@@ -120,7 +120,7 @@ jobs:
target: /www/builder
- name: Deploy
uses: https://gitea.com/appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HOST_PROD }}
username: ${{ secrets.USER_PROD }}