This commit is contained in:
parent
1f20603d92
commit
60be69421c
@ -18,19 +18,13 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
volumes:
|
volumes:
|
||||||
# left: where the output will end up on disk, right: volume name inside container
|
# 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:
|
steps:
|
||||||
- name: --- CHECKOUT ---
|
- name: --- CHECKOUT ---
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
path: ./
|
path: ./tmp
|
||||||
- name: --- TEST ---
|
|
||||||
run: |
|
|
||||||
echo "hello world"
|
|
||||||
touch test.txt
|
|
||||||
pwd
|
|
||||||
ls -al
|
|
||||||
- name: --- NOTIFY ---
|
- name: --- NOTIFY ---
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user