diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ffeda0e..72fd978 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,10 +72,10 @@ jobs: - name: executing remote ssh commands uses: appleboy/ssh-action@master with: - host: ${{ secrets.WORKERBOX_URL }} - username: ${{ secrets.WORKERBOX_USER }} - key: ${{ secrets.WORKERBOX_SSH_KEY }} - port: ${{ secrets.WORKERBOX_PORT }} + host: ${{ secrets.MDTPBOX_URL }} + username: ${{ secrets.MDTPBOX_USER }} + key: ${{ secrets.MDTPBOX_SSH_KEY }} + port: ${{ secrets.MDTPBOX_PORT }} envs: DOCKER_IMAGE,NAME,VERSION script_stop: true script: | @@ -103,10 +103,10 @@ jobs: - name: executing remote ssh commands uses: appleboy/ssh-action@master with: - host: ${{ secrets.APIBOX_URL }} - username: ${{ secrets.APIBOX_USER }} - key: ${{ secrets.APIBOX_SSH_KEY }} - port: ${{ secrets.APIBOX_PORT }} + host: ${{ secrets.MDTPBOX_URL }} + username: ${{ secrets.MDTPBOX_USER }} + key: ${{ secrets.MDTPBOX_SSH_KEY }} + port: ${{ secrets.MDTPBOX_PORT }} envs: DOCKER_IMAGE,NAME,VERSION script_stop: true script: |