Update composer
/ test-job (push) Successful in 1s
/ deploy-job (push) Successful in 1s

This commit was merged in pull request #80.
This commit is contained in:
2026-04-21 16:27:45 +02:00
parent 028297a4fe
commit e731516b9d
+4 -1
View File
@@ -4,11 +4,14 @@ on:
- master - master
workflow_dispatch: workflow_dispatch:
jobs: jobs:
deploy-job: test-job:
runs-on: server runs-on: server
steps: steps:
- name: initial test - name: initial test
run: echo "test" run: echo "test"
deploy-job:
runs-on: server
steps:
- name: get page - name: get page
run: curl http://192.168.0.129:9001/update run: curl http://192.168.0.129:9001/update
- run: pwd - run: pwd