From 141c8c2b0dfc7b024594e4f7c1d7e586b1918ecf Mon Sep 17 00:00:00 2001 From: Inggih Wicaksono Date: Wed, 24 Jun 2026 15:26:38 +0700 Subject: [PATCH 1/2] fix: change dir --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0621926..b75dfe3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -name: Continuous Deployment +zname: Continuous Deployment on: push: branches: @@ -15,7 +15,7 @@ jobs: key: ${{ secrets.EC2_SSH_KEY }} envs: APP_PORT,DATABASE_URL,JWT_SECRET,CORS_ORIGIN script: | - cd ~/notes-api-express + cd ~/hands-on-notes-api-express git checkout main git pull origin main cat > .env << EOF From 3627c2016b97d9efa749ecaa3022b2275440a4df Mon Sep 17 00:00:00 2001 From: Inggih Wicaksono Date: Wed, 24 Jun 2026 15:28:49 +0700 Subject: [PATCH 2/2] fix: typo --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b75dfe3..23a14a4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,4 +1,4 @@ -zname: Continuous Deployment +name: Continuous Deployment on: push: branches: