Skip to content

Commit

Permalink
Merge pull request #774 from hngprojects/ci/fix
Browse files Browse the repository at this point in the history
ci: fix deployment dir
  • Loading branch information
Homoakin619 authored Aug 12, 2024
2 parents ecc174d + a7e08df commit 83d6bca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script: |
cd ~/hng_boilerplate_nestjs
./deploy.sh dev
1 change: 0 additions & 1 deletion deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ gunzip -c /tmp/nestjs_${ENV}.tar.gz | docker load
rm -f /tmp/nestjs_${ENV}.tar.gz

echo -e "${GREEN}Stashing local changes and Pulling the latest changes from branch $BRANCH...${NC}"
cd ~/hng_boilerplate_nestjs
git add .
git stash
git checkout $BRANCH
Expand Down

0 comments on commit 83d6bca

Please sign in to comment.