Skip to content

Commit

Permalink
Feat(#4): Add cd to correct directory in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Dec 31, 2023
1 parent 8c7ac87 commit ee190ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_to_ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# deploy_to_ec2.sh

# Navigate to your Django project directory
cd /path/to/your/django/project
cd Backend/Cogito-Backend

# Pull the latest code
git pull origin main
Expand Down

0 comments on commit ee190ae

Please sign in to comment.