diff --git a/.gitea/workflows/deploy-lectures.yml b/.gitea/workflows/deploy-lectures.yml index 6a7d607..1b5c8ba 100644 --- a/.gitea/workflows/deploy-lectures.yml +++ b/.gitea/workflows/deploy-lectures.yml @@ -18,19 +18,13 @@ jobs: container: volumes: # left: where the output will end up on disk, right: volume name inside container - - /opt/caddy2/www/lectures:/workspace/schallbert/lectures + - /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp steps: - name: --- CHECKOUT --- uses: actions/checkout@v3 with: - path: ./ - - name: --- TEST --- - run: | - echo "hello world" - touch test.txt - pwd - ls -al + path: ./tmp - name: --- NOTIFY --- run: | curl \