From 2c8ce1a15a0ef11185e2caacb919ba67ffbf293c Mon Sep 17 00:00:00 2001 From: Philipp Beckmann <71174645+pb-coding@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:21:03 +0200 Subject: [PATCH] fix typo --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c4253b3..aebf2bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,7 +41,7 @@ jobs: ssh_private_key: ${{ secrets.DEPLOY_KEY }} ssh_host_public_key: ${{ secrets.DEPLOY_PUBLIC_KEY }} docker_compose_prefix: skyjo-fe - workspace: ~/deployments/voltvector-be + workspace: ~/deployments/skyjo-fe container_registry: ghcr.io container_registry_username: ${{ github.actor }} container_registry_password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}