Skip to content

Files

Latest commit

 

History

History

Exercises

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

✏️ Exercises

The goal of these exercises is to create a CI/CT/CD workflow with GitHub Actions.

As you work progressively along all the ordered files, your workflow will become more complex and thorough.

Steps 1: Create Continuous Integration (CI)

Steps 2: Adding more complexity to the CI

Steps 3: Dependency Management

Step 4: Add Continuous Testing (CT)

Step 5: Security Scans

Step 6: Actions for Artifacts Management

Step 7: Create Continuous Deployment (CD)

Optional: Using Actions beyond CI/CT/CD

📖 Additional Resources