Lecture7 PDF
Lecture7 PDF
• Continuous Integration
• Frequent merges to main branch
• Automated unit testing
• Continuous Delivery
• Short release cycles
GitHub Actions
YAML
key1: value1
key2: value2
key3:
- item1
- item2
- item3
Docker
Source: h*ps://docs.docker.com
Testing and CI/CD
Web Programming
with Python and JavaScript