You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A git pull of database that received a push on the deployment
A runscript sync_db on the Django container on the deployment
A rebuild of the frontend. This should be feasible triggering the workflow_dispatch event over https://github.com/gbdev/virens
As such CI/CD setup this involves events and GH Actions workflows in 3 different repositories, this must be documented (ideally in the main repository, https://github.com/gbdev/homebrewhub, starting from the general idea and explaining our instance of setup/tracked database repositories + SSH keys set-up)
The text was updated successfully, but these errors were encountered:
Every push to the tracked databases (currently this repo and the GBA over https://github.com/gbadev-org/games) should trigger:
runscript sync_db
on the Django container on the deploymentworkflow_dispatch
event over https://github.com/gbdev/virensAs such CI/CD setup this involves events and GH Actions workflows in 3 different repositories, this must be documented (ideally in the main repository, https://github.com/gbdev/homebrewhub, starting from the general idea and explaining our instance of setup/tracked database repositories + SSH keys set-up)
The text was updated successfully, but these errors were encountered: