Skip to content

use env configuration for base URL, at http only to set cookie option… #75

use env configuration for base URL, at http only to set cookie option…

use env configuration for base URL, at http only to set cookie option… #75

Workflow file for this run

name: Main
on:
push:
branches: main
jobs:
linting:
uses: ./.github/workflows/linting.yml
build_api:
uses: ./.github/workflows/build_api.yml
needs:
- linting
with:
latest: true
push: true
build_frontend:
uses: ./.github/workflows/build_frontend.yml
needs:
- linting
with:
latest: true
push: true