This commit is contained in:
Benjamin Labrecque
2026-07-31 11:33:53 +02:00
parent 9ca59b3017
commit b677195ffc
+3 -5
View File
@@ -4,8 +4,6 @@ on:
push:
branches:
- main
# TODO: remove
- feature/add-services-tests-cicd
tags:
- 'prod'
- 'v*'
@@ -71,7 +69,7 @@ jobs:
# cp -r ./bin/* "${DEST_DIR}/"
rsync -avz --delete \
--exclude='.nfs' \
--exclude='.nfs*' \
--exclude='.git/' \
--exclude='.venv/' \
--exclude='__pycache__/' \
@@ -91,7 +89,7 @@ jobs:
# cp -r ./packages/agebd/* "${DEST_DIR}/"
rsync -avz --delete \
--exclude='.nfs' \
--exclude='.nfs*' \
--exclude='.git/' \
--exclude='.venv/' \
--exclude='__pycache__/' \
@@ -110,7 +108,7 @@ jobs:
# cp -r ./qt/* "${DEST_DIR}/"
rsync -avz --delete \
--exclude='.nfs' \
--exclude='.nfs*' \
--exclude='.git/' \
--exclude='.venv/' \
--exclude='__pycache__/' \