testing deploy workflow
This commit is contained in:
parent
1d8cc85fc6
commit
ced0228c8c
1 changed files with 7 additions and 9 deletions
16
.github/workflows/deploy.yml
vendored
16
.github/workflows/deploy.yml
vendored
|
|
@ -33,13 +33,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: wshihadeh/docker-deployment-action@v2
|
- uses: appleboy/ssh-action@v1.0.0
|
||||||
name: Docker Deployment
|
name: Execute deploy script on host
|
||||||
with:
|
with:
|
||||||
remote_docker_host: ${{ secrets.DEPLOY_HOST }}
|
host: ${{ secrets.DEPLOY_HOST }}
|
||||||
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
ssh_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
key: ${{ secrets.DEPLOY_KEY }}
|
||||||
copy_stack_file: true
|
port: 22
|
||||||
deploy_path: ~/deployments/skyjo-fe
|
script: whoami
|
||||||
stack_file_name: docker-compose.yml
|
|
||||||
args: skyjo-fe
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue