0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00
ghost/.github
Chris Raible f7fcbcf2c3
Fixed Tinybird CI jobs to use custom deploy script properly (#22725)
no issue

So far when we've made changes to Tinybird, we've only used the basic
`tb deploy` command. There is another option, to write a custom deploy
script, similar to a MySQL database migration, but currently the CI
pipeline doesn't work with this option.

This commit fixes the CI pipeline to use the custom deploy script for
the current version specified in the `.tinyenv` file if it exists, and
only if it doesn't exist to use the `tb deploy` command directly.

It also adds the `GHOST_UPSTREAM` environment variable as a pass-through
to the docker image, so that this value is available inside the
container — useful when attaching your IDE to the container and running
git commands like `yarn main`
2025-03-31 12:09:22 -07:00
..
actions/restore-cache Update actions/cache action to v4 2024-04-18 12:36:07 +02:00
hooks Added suggestion to bump the ActivityPub client app when changes are made (#22532) 2025-03-17 18:50:47 +05:30
ISSUE_TEMPLATE Switched our old style bug report template to a form 2021-11-12 10:30:08 +00:00
scripts Added Stats React app (#22613) 2025-03-25 10:20:28 +01:00
workflows Fixed Tinybird CI jobs to use custom deploy script properly (#22725) 2025-03-31 12:09:22 -07:00
CODE_OF_CONDUCT.md Added contributor code of conduct 2023-10-18 12:10:05 +02:00
codecov.yml Updated workflow for code coverage 2023-07-06 09:24:45 +02:00
CONTRIBUTING.md Updated pull request template and contrib guide (#22672) 2025-03-27 13:45:41 +00:00
FUNDING.yml Update FUNDING.yml 2020-07-28 13:19:20 +07:00
PULL_REQUEST_TEMPLATE.md Updated PR template 2025-03-27 19:08:10 +00:00
SUPPORT.md Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00