Join Slack
Powered by
Hi evevybody, i want setup Gitlab CICD to deploy a...
# guide
n
Nguyen giang nam
09/26/2021, 1:40 PM
Hi evevybody, i want setup Gitlab CICD to deploy aws. So in my file gitlab-ci.yml . What commands does it need?
f
Frank
09/27/2021, 8:06 PM
Hwy
@Nguyen giang nam
, it should be the same as how you’d deploy locally.
Frank
09/27/2021, 8:07 PM
Try this:
Copy code
npm install npm run deploy
Open in Slack
Previous
Next