Update deploy.yml
This commit is contained in:
parent
2c8ce1a15a
commit
e0841979fc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -40,6 +40,8 @@ jobs:
|
|||
ssh_user: ${{ secrets.DEPLOY_USER }}
|
||||
ssh_private_key: ${{ secrets.DEPLOY_KEY }}
|
||||
ssh_host_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
||||
ssh_jump_host: ${{ secrets.DEPLOY_HOST }}
|
||||
ssh_jump_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }}
|
||||
docker_compose_prefix: skyjo-fe
|
||||
workspace: ~/deployments/skyjo-fe
|
||||
container_registry: ghcr.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue