workflow: host.docker.internal
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 6m20s
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 6m20s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
# restart compose
|
||||
- name: Restart compose
|
||||
run: |
|
||||
curl -X POST http://10.9.0.0:3000/run \
|
||||
curl -X POST http://host.docker.internal:3000/run \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "X-SECRET: ${{ secrets.EXPRESS_SECRET }}" \
|
||||
-d '{"command": "cd $HOME/frontend-development-kickstarter && ddd && ddud"}'
|
||||
Reference in New Issue
Block a user