Update .github/workflows/build.yaml
All checks were successful
Build Website / Build NPM Project (push) Successful in 25s
Build Website / Build Container (push) Successful in 27s
Build Website / Deploy Container (push) Successful in 4s
Build Website / Tag Version (push) Successful in 14s

This commit is contained in:
2026-07-14 20:52:55 -04:00
parent ca4d50e3f8
commit 6575ef74e9

View File

@@ -80,3 +80,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/3c8ec201-e8ad-4878-b35a-0f6a99d5f6cf