27155d8eaf
feat: precompile nginx binary on release and download during builds
...
On release creation, a GitHub Actions workflow compiles a statically-linked
nginx binary and uploads it as a release asset. During builds, the compile
script now attempts to download the precompiled binary before falling back
to source compilation, significantly speeding up cold-cache deploys.
2026-04-19 19:16:11 -04:00
bc25e56ef2
chore: rename job to deploy
2026-03-07 11:04:45 -05:00
bf9a02f4e4
chore: drop debugging
2026-03-07 11:01:01 -05:00
b13b59c326
fix: checkout the code when cleaning up review apps
2026-03-07 10:57:29 -05:00
5763938ba0
feat: enable trace mode on cleanups
2026-03-07 10:55:26 -05:00
e5c4e68f8c
chore: remove debug mode
2025-11-21 20:44:19 -05:00
fa0e5758a5
debug: set trace to 1 to see what the action is doing on push
2025-11-21 20:20:58 -05:00
75a9d50394
chore(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-21 10:13:17 +00:00
05b3a5c841
Merge pull request #83 from dokku/josegonzalez-patch-1
...
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:46 -04:00
f415d7d80d
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:31 -04:00
f77b6db3a0
chore: update actions/checkout from v4 to v5
2025-09-03 00:32:05 -04:00
c1c5ed2d9e
chore: rename workflow from build to deploy
2025-09-03 00:30:16 -04:00
070d37fe76
chore(deps): bump actions/checkout from 2 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-14 05:32:55 +00:00
9e8c05da50
feat: add dependabot support
2024-09-14 01:31:32 -04:00
863aab6f36
feat: always deploy latest on merge to master
2023-08-20 21:42:53 -04:00
31dc4746e2
fix: use correct remote host
2022-09-10 18:25:08 -04:00
301d00c751
fix: name workflows correctly
2022-09-10 18:20:42 -04:00
28328e4d90
refactor: split out workflows so that review app cleanup is properly run
...
The old setup - copy-pasted from the internet somewhere - was incorrect based on how github actions works. *sigh*
2022-09-10 18:19:27 -04:00
6a73313edb
fix: always run the first job
2022-09-10 17:41:00 -04:00
648d73fda6
fix: set current buildpack as the buildpack to use
2022-09-10 17:38:10 -04:00
1769636cc8
tests: test deploys via github action
2022-09-10 17:31:47 -04:00