Update deploy config
This commit is contained in:
parent
3c0688693e
commit
5f62db3bb9
1 changed files with 6 additions and 6 deletions
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Deploy to fakelog.cf
|
name: Deploy to Oracle Cloud
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -7,13 +7,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: fakelog.cf
|
environment: oracle-cloud
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||||
name: Docker-Compose Remote Deployment
|
name: Docker-Compose Remote Deployment
|
||||||
with:
|
with:
|
||||||
ssh_host: ${{ secrets.FAKELOG_SSH_HOST }}
|
ssh_host: ${{ secrets.ORACLE_CLOUD_SSH_HOST }}
|
||||||
ssh_private_key: ${{ secrets.FAKELOG_SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.ORACLE_CLOUD_SSH_PRIVATE_KEY }}
|
||||||
ssh_user: ${{ secrets.FAKELOG_SSH_USER }}
|
ssh_user: ${{ secrets.ORACLE_CLOUD_SSH_USER }}
|
||||||
docker_compose_prefix: fakelog.cf
|
docker_compose_prefix: fakelog.cf
|
||||||
|
|
Loading…
Reference in a new issue