testing the automation
This commit is contained in:
parent
a31e8268ea
commit
ad5b100eaa
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user