Update deploy.yml

This commit is contained in:
Philipp Beckmann 2023-10-20 16:42:03 +02:00 committed by GitHub
parent 8c153c7823
commit 5346c558aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,6 @@ jobs:
ssh_user: ${{ secrets.DEPLOY_USER }} ssh_user: ${{ secrets.DEPLOY_USER }}
ssh_private_key: ${{ secrets.DEPLOY_KEY }} ssh_private_key: ${{ secrets.DEPLOY_KEY }}
ssh_host_public_key: ${{ secrets.DEPLOY_PUBLIC_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 docker_compose_prefix: skyjo-fe
workspace: ~/deployments/skyjo-fe workspace: ~/deployments/skyjo-fe
container_registry: ghcr.io container_registry: ghcr.io