mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-30 06:27:38 +08:00
feat: ci & cd
This commit is contained in:
4
.github/workflows/deploy-staging.yml
vendored
4
.github/workflows/deploy-staging.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Deploy to Staging Server
|
- name: Deploy to Staging Server
|
||||||
uses: appleboy/ssh-action@v1.0.3
|
uses: appleboy/ssh-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.STG_SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: root
|
username: root
|
||||||
key: ${{ secrets.STG_SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
script: bash /opt/openisle/deploy-staging.sh
|
script: bash /opt/openisle/deploy-staging.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user