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
The script would automatically deploy the newest release on the RPi. Since it's in the local network the RPi should check the updates by himself. Also, we don't want to update it when someone uses it.
So maybe a cron job at 5 am 😆?
The text was updated successfully, but these errors were encountered:
Okay, so we are deploying a new version once a week max. And in my experience, the rpi is always on, so I think anacron will be unnecessary. Also cron is easier to create since there's an ansible module for that: https://docs.ansible.com/ansible/latest/modules/cron_module.html.
So the final ticket description sounds like this:
Add to ansible playbook task for creating entry in crontab that will run once a week (monday 5am?) and run make production in /home/pi/Desktop/zastepstwa-gui
The script would automatically deploy the newest release on the RPi. Since it's in the local network the RPi should check the updates by himself. Also, we don't want to update it when someone uses it.
So maybe a cron job at 5 am 😆?
The text was updated successfully, but these errors were encountered: