Update .github/workflows/build.yml
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m34s
Build Website / Tag Version (push) Successful in 1m29s
Build Website / Build Container (push) Successful in 1m42s
Build Website / Deploy Container (push) Successful in 2s

This commit is contained in:
2026-07-14 21:30:33 -04:00
parent e451d0c0ac
commit 5551241ab1

View File

@@ -81,3 +81,13 @@ jobs:
docker push "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:latest" docker push "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:latest"
fi fi
fi fi
deploy:
name: Deploy Container
runs-on: ubuntu-latest
container: node
needs:
- container
steps:
- name: Deploy
run: curl -X POST https://manage.zakscode.com/api/stacks/webhooks/998884c0-9163-4752-abf4-ac473a7545aa