Merge branch 'main' of https://github.com/JelNiSlaw/wulkabot
This commit is contained in:
commit
8114a22afe
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
|
@ -15,13 +15,13 @@ jobs:
|
|||
- name: Create .env file
|
||||
uses: SpicyPizza/create-envfile@v1
|
||||
with:
|
||||
envkey_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
envkey_GITHUB_TOKEN: ${{ secrets.API_GITHUB_TOKEN }}
|
||||
envkey_DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
name: Docker Compose remote deployment
|
||||
with:
|
||||
ssh_host: ${{ secrets.SSH_HOST }}
|
||||
ssh_user: ${{ secrets.SSH_USER }}
|
||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
ssh_host: ${{ secrets.ORACLE_CLOUD_SSH_HOST }}
|
||||
ssh_user: ${{ secrets.ORACLE_CLOUD_SSH_USER }}
|
||||
ssh_private_key: ${{ secrets.ORACLE_CLOUD_SSH_PRIVATE_KEY }}
|
||||
docker_compose_prefix: bot
|
||||
|
|
Loading…
Reference in a new issue