Update deploy workflow config
This commit is contained in:
parent
7f2c506267
commit
90f342cf65
1 changed files with 4 additions and 3 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -9,12 +9,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
environment: oracle-cloud
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Create .env file
|
||||
uses: SpicyPizza/create-envfile@v1
|
||||
uses: SpicyPizza/create-envfile@v2
|
||||
with:
|
||||
envkey_DEBUG: true
|
||||
envkey_DB_HOST: "db"
|
||||
envkey_TOKEN: ${{ secrets.TOKEN }}
|
||||
envkey_DB_HOST: ${{ secrets.DB_HOST }}
|
||||
- uses: alex-ac/github-action-ssh-docker-compose@master
|
||||
name: Docker-Compose Remote Deployment
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue