From 4cc6fbc7ec0a3c4d8df49e6092e5b1e91e2d9955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 17:00:10 +0200 Subject: [PATCH] workdir --- .gitea/workflows/release_preparation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 7a6cd57..0d59e41 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -20,7 +20,7 @@ jobs: composer update image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest # add an option to mount the workspace inside the path /var/www/app, where the workdir is - options: --volume ${{ gitea.workspace }}:/var/www/app --working-dir /var/www/app + options: --volume ${{ gitea.workspace }}:/work --workdir /work # - name: commit changed files # uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 # with: