Skip to content

Commit

Permalink
ci(actions): add schema allow manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
codingluke committed Oct 26, 2024
1 parent ac0cf8b commit 73edbb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-infrastructure.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Setup Infrastructure on Amazon AWS

on: workflow_dispatch
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Deploy to Amazon AWS

on:
workflow_dispatch:
push:
branches: ["main"]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Beispiel einer CI/CD Pipeline in die AWS Academy Umgebung.
- AWS Umgebung aufsetzen
- Nginx Image bauen und ausliefern
- Lokale Entwicklungsumgebung konfigurieren
- Devcontainer Dockerfile erweitern
- Eine eigene Applikation erstellen
- Eine eigene Applikation deployen

Expand Down

0 comments on commit 73edbb6

Please sign in to comment.