From 8c8b791c10d909df317bf6cda3d30c15b95f5ebf Mon Sep 17 00:00:00 2001 From: Schallbert Date: Mon, 9 Sep 2024 12:30:03 +0200 Subject: [PATCH] update volume binding for automation --- .gitea/workflows/deploy-lectures.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index d412cfd..9041522 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -18,8 +18,7 @@ jobs: container: volumes: # left: where the output will end up on disk, right: volume name inside container - - /opt/caddy2/www/lectures:/tmp/lectures_staging - + - /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp steps: - name: --- CHECKOUT --- uses: actions/checkout@v3