@ -7,4 +7,4 @@ The next step at this point is to implement CI/CD for your application using Git
- Run your tests (ignore this step if you haven't learnt it yet)
- Run your tests (ignore this step if you haven't learnt it yet)
- Deploy your application to AWS
- Deploy your application to AWS
Regarding the deployment to AWS you can use `rsync` to copy the files to the server.
Regarding the deployment to AWS you can use `rsync` to copy the files to the server. Here's a [sample GitHub workflow](https://gist.github.com/kamranahmedse/1e94b412006040f38e24b9443b2da41a) using `rsync`.