Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 02 - CI Pipeline
name: 01 - CI Pipeline

on:
push:
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/01-hello.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: 03 - Docker Security
name: 02 - Docker Security

on:
push:
workflow_run:
workflows: ["01 - CI Pipeline"]
types:
- completed
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: 04 - Deploy to EC2
name: 03 - Deploy to EC2
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
workflow_run:
workflows: ["02 - Docker Security"]
types:
- completed
branches:
- main

jobs:
deploy:
Expand Down