From ad5b100eaa616b989aaeccd7ce76ba0f1f456139 Mon Sep 17 00:00:00 2001 From: Schallbert Date: Mon, 9 Sep 2024 12:45:17 +0200 Subject: [PATCH] testing the automation --- .gitea/workflows/deploy-lectures.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index d412cfd..dad7bf1 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -18,13 +18,19 @@ 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 with: path: ./tmp + - name: --- TEST --- + run: | + echo "hello world" + touch test.txt + pwd + ls -al - name: --- NOTIFY --- run: | curl \