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