Skip to content

Change server dockerfile to adjust to folder structure #16

Change server dockerfile to adjust to folder structure

Change server dockerfile to adjust to folder structure #16

Workflow file for this run

name: Build and Deploy to Prod
on:
push:
branches: [develop]
jobs:
build-prod-container:
uses: ./.github/workflows/build_docker.yml

Check failure on line 9 in .github/workflows/prod.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy to Prod

Invalid workflow file

The workflow is not valid. In .github/workflows/prod.yml (Line: 9, Col: 11): Error from called workflow ls1intum/Thaii/.github/workflows/build_docker.yml@ed9ff70fe2844059009e2be26706abf466d805a9 (Line: 87, Col: 23): Unrecognized named-value: 'var'. Located at position 1 within expression: var.VITE_API_URL
secrets: inherit
deploy-prod-container:
needs: build-prod-container
uses: ./.github/workflows/deploy_docker.yml
secrets: inherit
with:
environment: Production
server_image_tag: "latest"
client_image_tag: "latest"