so i need to deploy a new update to my site at 12am every day. is it possible to schedule a deployment on the desktop app?
Why not use a GitHub action, then it doesn’t depend on your machine being available or online.
1 Like
hello! thanks for the answer! how would you go about doing this? never used actions before.
You can get started with Github actions here: https://github.com/features/actions
Or with Github lab: https://lab.github.com/githubtraining/github-actions:-hello-world
1 Like