Hi evevybody, i want setup Gitlab CICD to deploy a...
# guide
n
Hi evevybody, i want setup Gitlab CICD to deploy aws. So in my file gitlab-ci.yml . What commands does it need?
f
Hwy @Nguyen giang nam, it should be the same as how you’d deploy locally.
Try this:
Copy code
npm install
npm run deploy