1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-18 06:38:34 +01:00

Add github action sample

This commit is contained in:
Kamran Ahmed 2023-05-12 12:57:35 +01:00
parent 88aa7e4024
commit b1f0844546

View File

@ -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)
- 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`.