mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
Add github action sample
This commit is contained in:
@@ -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`.
|
||||||
|
Reference in New Issue
Block a user