experiments:
build and deploy a spring boot base app https://github.com/awannabeengineer/spring-boot-experiment
use go releaser with github actions https://github.com/awannabeengineer/test-act-actions
work on fixing the crontab issue. scripts are being run with no affects. suspect nix problem test with * * * * * to run every minute and log env to file
cause: git was installed via nix and nix was not included in crontab’s PATH
adding nix to path fixed the issue