fix typo
This commit is contained in:
parent
6bcca8eb78
commit
2c8ce1a15a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
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 }}
|
||||||
docker_compose_prefix: skyjo-fe
|
docker_compose_prefix: skyjo-fe
|
||||||
workspace: ~/deployments/voltvector-be
|
workspace: ~/deployments/skyjo-fe
|
||||||
container_registry: ghcr.io
|
container_registry: ghcr.io
|
||||||
container_registry_username: ${{ github.actor }}
|
container_registry_username: ${{ github.actor }}
|
||||||
container_registry_password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
container_registry_password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue