Update composer
This commit was merged in pull request #80.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user