improved env in deploy
This commit is contained in:
parent
5e3c62fc14
commit
914c4d4d3f
11
.github/workflows/Deploy-docker.yml
vendored
11
.github/workflows/Deploy-docker.yml
vendored
@ -6,11 +6,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
env:
|
env:
|
||||||
JWT_SECRET: ${{secrets.jwt_secret}}
|
JWT_SECRET: ${{secrets.jwt_secret}}
|
||||||
POSTGRES_HOST: 192.168.1.200
|
POSTGRES_HOST: 192.168.1.200
|
||||||
@ -21,6 +16,12 @@ jobs:
|
|||||||
SSL_MODE: true
|
SSL_MODE: true
|
||||||
ENVIRONMENT: docker
|
ENVIRONMENT: docker
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user