Update .gitea/workflows/deploy-remote.yml
Some checks failed
Build and Deploy Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Deploy Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -21,7 +21,8 @@ env:
|
||||
IMAGE_NAME: vkrb/quantum_backend
|
||||
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
|
||||
REMOTE_USER: ${{ secrets.REMOTE_USER }}
|
||||
COMPOSE_PATH: /usr/local/share/vkrb/quantum_backend # Path to docker-compose.yml on remote server
|
||||
REMOTE_PORT: ${{ secrets.REMOTE_PORT }} # Add this
|
||||
COMPOSE_PATH: /usr/local/share/vkrb/quantum_backend
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
@@ -34,6 +35,7 @@ jobs:
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.REMOTE_HOST }}
|
||||
port: ${{ secrets.REMOTE_PORT }} # Add this line
|
||||
username: ${{ secrets.REMOTE_USER }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script_stop: true
|
||||
|
||||
Reference in New Issue
Block a user