update
Deploy / deploy (push) Failing after 33s Details

This commit is contained in:
Carneiro 2024-11-25 14:31:32 -03:00
parent 4ba82cf5ed
commit b3f8e2e4bc
1 changed files with 14 additions and 14 deletions

View File

@ -6,8 +6,8 @@ jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout codebase # - name: Checkout codebase
uses: actions/checkout@v2 # uses: actions/checkout@v2
# - name: Deploy # - name: Deploy
# uses: kitconcept/docker-stack-deploy@v1.0.1 # uses: kitconcept/docker-stack-deploy@v1.0.1
@ -20,15 +20,15 @@ jobs:
# stack_name: "filestash" # stack_name: "filestash"
- name: Deploy to Docker swarm - name: Deploy to Docker swarm
uses: wshihadeh/docker-deployment-action@v1 uses: wshihadeh/docker-deployment-action@v1
with: with:
remote_docker_host: ${{ secret.SSH_USERNAME }}@${{ secret.SSH_HOST }} remote_docker_host: ${{ secret.SSH_USERNAME }}@${{ secret.SSH_HOST }}
ssh_private_key: ${{ secrets.SSH_PRIV_KEY }} ssh_private_key: ${{ secrets.SSH_PRIV_KEY }}
remote_docker_port: ${{ secrets.SSH_PORT}} remote_docker_port: ${{ secrets.SSH_PORT}}
# ssh_public_key: ${{ secrets.DOCKER_SSH_PUBLIC_KEY }} # ssh_public_key: ${{ secrets.DOCKER_SSH_PUBLIC_KEY }}
deployment_mode: docker-swarm deployment_mode: docker-swarm
copy_stack_file: false copy_stack_file: false
# deploy_path: /root/my-deployment # deploy_path: /root/my-deployment
stack_file_name: docker-compose.yaml stack_file_name: docker-compose.yaml
keep_files: 1 keep_files: 1
args: filestash args: filestash