From 784598a6f0c6365306289b753c656a6000dffd26 Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 16 Aug 2025 15:23:05 +0800 Subject: [PATCH] feat: ci & cd --- .github/workflows/deploy-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 013603d6f..90b1c08fc 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -13,7 +13,7 @@ jobs: - name: Deploy to Staging Server uses: appleboy/ssh-action@v1.0.3 with: - host: ${{ secrets.STG_SSH_HOST }} + host: ${{ secrets.SSH_HOST }} username: root - key: ${{ secrets.STG_SSH_KEY }} + key: ${{ secrets.SSH_KEY }} script: bash /opt/openisle/deploy-staging.sh