You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actionshttps://github.com/smart-teddy-project-hhs/SmartTeddy/actions is a Continuous Integration/Continuous Deployment (CI/CD) line from GitHub. Main benefits of CI is that code tests it self on a commit, broken code can be detected earlier, everyone had the same latest exactable smart teddy project, and everyone can see what is happening with the team members. (See also Martin Fowlers generic explanation: https://martinfowler.com/articles/continuousIntegration.html) Also is CI a requirement for securing CD the automation of software deployment anytime. In other words the Senior With Dementia can receive a update anytime when needed with the push of git commit. (Or See Martin Fowlers https://www.martinfowler.com/bliki/ContinuousDelivery.html) So for short you do not have to upload via ftp, issue with Google Drive, or run with USB-sticks.
Examples of popular CI/CD programs can by chosen by preference:
GitHub Actions
Microsoft Azure DevOps
Circle CI
Jenkins
Travis
Location for enhancement:
smartteddy.basket.computer
smartteddy.basket.microcontroller
smartteddy.teddy.microcontroller
The text was updated successfully, but these errors were encountered:
hwpvanholsteijn
changed the title
Automated deployment microcontroller smart teddy
Automated deployment (CI/CD) microcontroller smart teddy
Oct 24, 2020
hwpvanholsteijn
changed the title
Automated deployment (CI/CD) microcontroller smart teddy
Automated deployment (CI/CD) smart teddy and basket
Oct 24, 2020
GitHub Actions https://github.com/smart-teddy-project-hhs/SmartTeddy/actions is a Continuous Integration/Continuous Deployment (CI/CD) line from GitHub. Main benefits of CI is that code tests it self on a commit, broken code can be detected earlier, everyone had the same latest exactable smart teddy project, and everyone can see what is happening with the team members. (See also Martin Fowlers generic explanation: https://martinfowler.com/articles/continuousIntegration.html) Also is CI a requirement for securing CD the automation of software deployment anytime. In other words the Senior With Dementia can receive a update anytime when needed with the push of git commit. (Or See Martin Fowlers https://www.martinfowler.com/bliki/ContinuousDelivery.html) So for short you do not have to upload via ftp, issue with Google Drive, or run with USB-sticks.
Examples of popular CI/CD programs can by chosen by preference:
Location for enhancement:
The text was updated successfully, but these errors were encountered: