Let’s see the process to deploy Laravel app on shared hosting with SSH GitHub Action. Prerequisites: Set up SSH keys in the server. Set up Laravel project in GitHub. Let’s...
Continue reading...CI/CD
Deploy React with GitHub Actions on Shared Hosting
Let’s see the process to deploy React app on shared hosting with FTP Deploy GitHub Action. Prerequisites: Set up an FTP account in cPanel. Setup React Project in GitHub. Let’s...
Continue reading...Setup Bitbucket CI/CD for React
Continuous integration (CI) validates all the stages of the development process from merging codes to testing builds while optimizing the code release cycles. Continuous deployment (CD) focuses on setting up...
Continue reading...