chore: deploy script for all services
Deploy bin / deploy (push) Successful in 2s
Deploy, build and restart a service / deploy (push) Failing after 2s
Deploy agebd python package / deploy (push) Successful in 3s

This commit is contained in:
Benjamin Labrecque
2026-07-06 16:32:14 +02:00
parent cb51f0f227
commit 5b8d71a989
@@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetches all history for all branches and tags -- needed for diff
# - name: Copy files and replace {{ agebd_env }} with dev or prod
# run: |
@@ -65,7 +67,7 @@ jobs:
cp -r services/${SERVICE}/* ${SVC_CURRENT_DIR}
# Build python venv
cd ${SVC_CURRRENT_DIR}/app
cd ${SVC_CURRENT_DIR}/app
uv venv --allow-existing --system-site-packages .venv
uv sync