tcp19 / tcp-grand-resume

Building tailored resumes made easy. Get big-tech companies customized CV templates.
https://grand-resume.netlify.app
10 stars 6 forks source link

Ch/ci cd #19

Closed Teencodeproject closed 3 years ago

Teencodeproject commented 3 years ago

When the build/test passes it deploys the app.

image

netlify[bot] commented 3 years ago

✔️ Deploy Preview for grand-resume canceled.

🔨 Explore the source changes: 480563c7737af3a4ce65885b312e74957939808c

🔍 Inspect the deploy log: https://app.netlify.com/sites/grand-resume/deploys/6168998803e1a00007cc0b8f

Mohamilr commented 3 years ago

the reason for the deployed cancelled is; when a test fails, by default netlify will still deploy the app.

I did this so that only circle ci can deploy the app. when a test fails, deploy doesn't happen.

image

Mohamilr commented 3 years ago

Resources https://betterprogramming.pub/how-to-connect-circleci-with-netlify-94faf73ddcdb

https://answers.netlify.com/t/build-deploy-via-webhook-only/2516/13