Skip to content

Commit

Permalink
fix: fix CD to run after CI has completed, updated ReadMe file
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbie-goober committed Aug 7, 2024
1 parent bfd9523 commit 50a909e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/A2_Part1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Pipeline | Build Docker Images
name: CI Pipeline | Build & Push Docker Images

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/A2_Part2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CD Pipeline | Pull and Deploy Docker Container & Run Automated Tests

on:
workflow_run:
workflows: ["CI Pipeline | Build Docker Image"]
workflows: ["CI Pipeline | Build & Push Docker Images"]
types:
- completed

Expand Down
6 changes: 3 additions & 3 deletions CICD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
- Go to the `Actions` Tab to view the status of the workflow.

## Deliverables
- The automated tests for the backend and frontend can be found in backend/__ tests __ and frontend/__ tests __ respectively
- The Dockerfiles can be found in the backend/ and frontend/ directories
- The docker-compose files can be found in the root directory
- The automated tests for the backend and frontend can be found in `backend/__tests__` and `frontend/__tests__` respectively
- The `Dockerfiles` can be found in the `backend` and `frontend` directories
- The `docker-compose` files can be found in the root directory

## Details of Implementation
- **CI Pipeline**
Expand Down

0 comments on commit 50a909e

Please sign in to comment.