This commit is contained in:
(≧◡≦) 2025-02-21 03:11:55 +01:00
parent 74a654ea5c
commit dd26aa599e
2 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
web: web:
image: perl:latest image: perl:latest
ports: ports:
- 3000:3000 - 8080:8080
steps: steps:
- name: Checkout code - name: Checkout code
@ -24,11 +24,11 @@ jobs:
- name: Start Sakisafe - name: Start Sakisafe
run: | run: |
morbo -l http://*:3000 http/sakisafe.pl hypnotoad http/sakisafe.pl
- name: Test Sakisafe - name: Test Sakisafe
run: | run: |
curl --retry 10 --retry-delay 5 --retry-connrefused http://localhost:3000 curl --retry 10 --retry-delay 5 --retry-connrefused http://localhost:8080
# LOLOLOLOLOLOLOLO # LOLOLOLOLOLOLOLO
curl -X POST -F "file=@/etc/passwd" http://localhost:3000 curl -X POST -F "file=@/etc/passwd" http://localhost:8080

1
http/hypnotoad.pid Normal file
View file

@ -0,0 +1 @@
16143