update
Deploy / deploy (push) Failing after 10s
Details
Deploy / deploy (push) Failing after 10s
Details
This commit is contained in:
parent
5116e3af20
commit
81be957aec
|
@ -6,29 +6,32 @@ 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
|
||||||
# with:
|
|
||||||
# remote_host: alice.ufsj.edu.br
|
|
||||||
# remote_port: 55022
|
|
||||||
# remote_user: act_runner
|
|
||||||
# remote_private_key: ${{ secrets.SSH_PRIV_KEY }}
|
|
||||||
# stack_file: "docker-compose.yml"
|
|
||||||
# stack_name: "filestash"
|
|
||||||
|
|
||||||
- name: Deploy to Docker swarm
|
|
||||||
uses: wshihadeh/docker-deployment-action@v1
|
|
||||||
with:
|
with:
|
||||||
remote_docker_host: ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}
|
registry:
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIV_KEY }}
|
username:
|
||||||
remote_docker_port: ${{ secrets.SSH_PORT}}
|
password:
|
||||||
ssh_public_key: ${{ secrets.SSH_PUB_KEY }}
|
remote_host: alice.ufsj.edu.br
|
||||||
deployment_mode: docker-swarm
|
remote_port: 55022
|
||||||
copy_stack_file: false
|
remote_user: act_runner
|
||||||
# deploy_path: /root/my-deployment
|
remote_private_key: ${{ secrets.SSH_PRIV_KEY }}
|
||||||
stack_file_name: docker-compose.yaml
|
stack_file: "docker-compose.yml"
|
||||||
keep_files: 1
|
stack_name: "filestash"
|
||||||
args: filestash
|
|
||||||
|
# - name: Deploy to Docker swarm
|
||||||
|
# uses: wshihadeh/docker-deployment-action@v1
|
||||||
|
# with:
|
||||||
|
# remote_docker_host: ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}
|
||||||
|
# ssh_private_key: ${{ secrets.SSH_PRIV_KEY }}
|
||||||
|
# remote_docker_port: ${{ secrets.SSH_PORT}}
|
||||||
|
# ssh_public_key: ${{ secrets.SSH_PUB_KEY }}
|
||||||
|
# deployment_mode: docker-swarm
|
||||||
|
# copy_stack_file: false
|
||||||
|
# # deploy_path: /root/my-deployment
|
||||||
|
# stack_file_name: docker-compose.yaml
|
||||||
|
# keep_files: 1
|
||||||
|
# args: filestash
|
||||||
|
|
Loading…
Reference in New Issue