Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto authored Jan 3, 2024
1 parent 6e5718b commit 42bc44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Update Repository
cd /home/$USER_NAME/$REPO_NAME
sudo -u www-data git pull --recurse-submodules
sudo -u www-data git pull git submodule update --recursive --remote
# Activate Virtual Environment and install dependencies
sudo -u $USER_NAME virtualenv env_dj
Expand Down

0 comments on commit 42bc44a

Please sign in to comment.