Fix push trigger definition
This commit is contained in:
parent
e00f7b07be
commit
1b4adeb4c8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -2,7 +2,7 @@ name: Deploy to Oracle Cloud
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
@ -21,4 +21,4 @@ jobs:
|
|||
ssh_host: ${{ secrets.CLOUD_SSH_HOST }}
|
||||
ssh_private_key: ${{ secrets.CLOUD_SSH_PRIVATE_KEY }}
|
||||
ssh_user: ${{ secrets.CLOUD_SSH_USER }}
|
||||
docker_compose_prefix: bot
|
||||
docker_compose_prefix: bot
|
||||
|
|
Loading…
Reference in a new issue