chore: deploy script for all services
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user