- Local time
- 12:34
- Joined
- Oct 5, 2019
- Messages
- 1,184
- Pronouns
- he/him
Hey,
is there one who already knows the best way how to use GitHub actions? I've created a workflow that works - but I would like to know if this is a good solution or if it should/could get improved?
This is how my Workflow looks like:
Astrotomic/astrotomic.info
Astrotomic website/landingpage. Contribute to Astrotomic/astrotomic.info development by creating an account on GitHub.
It should be self-explaining but at the end it should setup the Laravel app, compile the assets, export the static files and deploy them to netlify.
But at all: I have GH Actions working! 🎉 and they are pretty neat. Primary the schedule option is amazing to do regular things. In this case GH actions save me a whole server and deployment script but I still will have every time the latest version on production.