azole / cicd-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cicd-test

note

  • 當 steps 中的某一個 step 的 exit code 不是 0 的時候,就會中斷,例如故意製造測試失敗, exit code 1,就會中斷,後面不會繼續部署
  • jobs 之間可以做成相依性
  • 當 commit message 中有某個關鍵字時,可以跳過 job

references

https://medium.com/10coding/node-js-docker-%E7%B3%BB%E5%88%97-%E4%B8%80-dockerfile-%E8%A8%AD%E5%AE%9A-4b809bae24d5

https://medium.com/ryanjang-devnotes/ci-cd-hands-on-github-actions-docker-hub-aws-ec2-ba09f80297e1

https://aws.amazon.com/tw/blogs/devops/integrating-with-github-actions-ci-cd-pipeline-to-deploy-a-web-app-to-amazon-ec2/

About


Languages

Language:JavaScript 74.0%Language:Dockerfile 26.0%