Aug 8, 2022
0
Level 2
A Docker Github actions workflow for A (SPA) deployment?
I have created a "docker-compose.yml" file for my project ( SPA ) which contains PHP + Nginx+ node + Mysql images.
basically, I am using Laravel as an API and using Nuxt for the client side. And I have tow questions:
- How can I set up a Github actions workflow to deploy my project ( a SPA ) using "docker-compose.yml" to production?
- Is this approach recommended?
Please or to participate in this conversation.