minus-squareDeifyed@lemmy.mltoSelfhosted@lemmy.world•Help with deploymentlinkfedilinkEnglisharrow-up1·5 months agoJust brain storming here: You could expose a bare git repo on the server with a git hook that runs Docker compose up on push. You could also have GitHub actions ssh in and run git pull && docker compose up on push to main. linkfedilink
minus-squareDeifyed@lemmy.mltopolitics @lemmy.world•‘This is B.S.’: Maddow shreds ‘cravenness’ of Supreme Court delaying Trump triallinkfedilinkarrow-up25arrow-down1·8 months agoDamn. You guys need to take back your country linkfedilink
Just brain storming here:
You could expose a bare git repo on the server with a git hook that runs Docker compose up on push.
You could also have GitHub actions ssh in and run git pull && docker compose up on push to main.