diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e5ff51..aebf2bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,8 +40,6 @@ 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