Add github action sample

pull/3915/head
Kamran Ahmed 1 year ago
parent 88aa7e4024
commit b1f0844546
  1. 2
      src/data/roadmaps/full-stack/content/127-ci-cd.md

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

Loading…
Cancel
Save