diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0621926..23a14a4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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