Skip to content

Commit

Permalink
chore: Edit CD Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Apr 8, 2024
1 parent 5fdb77a commit 60271e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Pipe
name: CD

on:
push:
Expand All @@ -13,7 +13,7 @@ permissions:
jobs:
deploy_develop:
runs-on: ubuntu-latest
name: Deploy to Amazon ECS (Develop)
name: Deploy to Amazon ECS
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 60271e3

Please sign in to comment.