workflow: host.docker.internal
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:
2025-11-23 21:53:47 +07:00
parent 27c04e5f28
commit b5213b7d44

View File

@@ -34,7 +34,7 @@ jobs:
# restart compose # restart compose
- name: Restart compose - name: Restart compose
run: | 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 "Content-Type: application/json" \
-H "X-SECRET: ${{ secrets.EXPRESS_SECRET }}" \ -H "X-SECRET: ${{ secrets.EXPRESS_SECRET }}" \
-d '{"command": "cd $HOME/frontend-development-kickstarter && ddd && ddud"}' -d '{"command": "cd $HOME/frontend-development-kickstarter && ddd && ddud"}'