Compare commits

..

2 Commits

Author SHA1 Message Date
584143f778 add tests to deploy script 2024-09-09 12:47:41 +02:00
ad5b100eaa testing the automation 2024-09-09 12:45:17 +02:00

View File

@ -19,11 +19,21 @@ jobs:
volumes:
# left: where the output will end up on disk, right: volume name inside container
- /opt/caddy2/www/lectures:/workspace/schallbert/lectures/tmp
<<<<<<< HEAD
=======
>>>>>>> c5873d4a9d8c63783ffdbb07ed438cb7a41357e3
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 \