Compare commits

...
2 Commits
Author SHA1 Message Date
robin 560695c067 fix: changed image for sync-dev job, to include node binary for checkout@v4 2026-09-06 19:32:19 +02:00
robin 9d8ed99827 Merge pull request 'Added DEPLOY_PATH to deploy env vars' (#44) from dev into main
Build and Deploy / sync-dev (push) Failing after 10s
Build and Deploy / build-and-deploy (push) Successful in 5m4s
2026-09-06 19:23:43 +02:00
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
needs: build-and-deploy needs: build-and-deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang:1.27-bookworm image: node:24-bookworm
permissions: permissions:
contents: write contents: write
steps: steps: