When you auto-deploy with a bash script from cron, the naive setup is something like this: ``` * * * * * /path/to/deploy.sh ``` This `deploy.sh` script checks if the current git hash is up to date with the main repo.
When you auto-deploy with a bash script from cron, the naive setup is something like this: ``` * * * * * /path/to/deploy.sh ``` This `deploy.sh` script checks if the current git hash is up to date with the main repo.
No comments yet. Log in to reply on the Fediverse. Comments will appear here.