Update .gitlab-ci.yml --exclude=venv/
This commit is contained in:
parent
021fdeb0e4
commit
701ceb10ff
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ deploy:
|
|||
if [ ! -d "${APP_DIR}" ]; then
|
||||
mkdir -p "${APP_DIR}"
|
||||
fi
|
||||
rsync -a --exclude=data/ --delete "${CI_PROJECT_DIR}/" "${APP_DIR}/"
|
||||
rsync -a --exclude=data/ --exclude=venv/ --delete "${CI_PROJECT_DIR}/" "${APP_DIR}/"
|
||||
|
||||
# Step 3: Set up Python virtual environment and install dependencies
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue