From f5435f0966ed7acc4aea4722a02377dd4eb9fe1e Mon Sep 17 00:00:00 2001 From: Inggih Wicaksono Date: Wed, 24 Jun 2026 14:03:56 +0700 Subject: [PATCH] fix: change dir --- .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 00796af..e430551 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: username: ${{ secrets.EC2_USER }} key: ${{ secrets.EC2_SSH_KEY }} script: | - cd ~/notes-api-express + cd ~/hands-on-notes-api-express git checkout main # pastikan berada di branch yang benar git pull origin main # tarik kode terbaru npm ci # pasang dependensi