Fix a big mistake
This commit is contained in:
parent
a1e9214c10
commit
9694a0661b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
||||||
name: Docker Compose remote deployment
|
name: Docker Compose remote deployment
|
||||||
with:
|
with:
|
||||||
ssh_host: ${{ secrets.ORACLE_CLOUD_SSH_HOST }}
|
ssh_host: ${{ secrets.ORACLE_CLOUD_SSH_HOST }}
|
||||||
ssh_user: ${{ secrets.ORACLE_CLOUD_SSH_PRIVATE_KEY }}
|
ssh_user: ${{ secrets.ORACLE_CLOUD_SSH_USER }}
|
||||||
ssh_private_key: ${{ secrets.ORACLE_CLOUD_SSH_USER }}
|
ssh_private_key: ${{ secrets.ORACLE_CLOUD_SSH_PRIVATE_KEY }}
|
||||||
docker_compose_prefix: bot
|
docker_compose_prefix: bot
|
||||||
|
|
Loading…
Reference in a new issue