Skip to content

Instantly share code, notes, and snippets.

@tarasowski
Created February 14, 2024 09:52
Show Gist options
  • Save tarasowski/a3689ec88413d9ba99efc3650ee4e7d9 to your computer and use it in GitHub Desktop.
Save tarasowski/a3689ec88413d9ba99efc3650ee4e7d9 to your computer and use it in GitHub Desktop.
Infra as code für Pipeline + App

CodePipeline Übung #1

  • Erstelle eine Pipeline mit zwei Stages (terraform .tf)
    • Stage #1: Source (get data from github)
    • Stage #2: Prod innerhalb von Prod haben wir zwei Actions:
      • Build: build a simple python app -> flask / django sollen die requirement installiert werden
      • Test: hier soll dann der Unit test -> für die flask / django laufen
    • Stage #3: Manual approval
    • Stage #4: Deploy -> noch nicht machen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment