testing deploy workflow

This commit is contained in:
Philipp Beckmann 2023-10-23 21:19:47 +02:00 committed by GitHub
parent 1d8cc85fc6
commit ced0228c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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