improved env in deploy
All checks were successful
build and deploy portfolio / build (push) Successful in 37s
build and deploy portfolio / publish-portfolio (push) Successful in 3s
build and deploy portfolio / publish-docs (push) Successful in 5s

This commit is contained in:
darius 2025-02-25 21:13:39 +01:00
parent 5e3c62fc14
commit 914c4d4d3f

View File

@ -6,11 +6,6 @@ on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
env:
JWT_SECRET: ${{secrets.jwt_secret}}
POSTGRES_HOST: 192.168.1.200
@ -21,6 +16,12 @@ jobs:
SSL_MODE: true
ENVIRONMENT: docker
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image