fix manifest.in to properly include package files, and fix docker-compose web and staging to use the correct tags (stable and staging) instead of edge
This commit is contained in:
parent
95d794d8b9
commit
eeae7ae675
7 changed files with 14 additions and 36 deletions
9
.github/workflows/build_deploy.yml
vendored
9
.github/workflows/build_deploy.yml
vendored
|
|
@ -156,11 +156,8 @@ jobs:
|
|||
} >> "$GITHUB_OUTPUT"
|
||||
- name: Run prebuild tasks
|
||||
run: |
|
||||
echo "🔄 Chdir to src/pkmntrade_club/"
|
||||
cd src/pkmntrade_club/
|
||||
|
||||
echo "🔄 Chdir to theme/static_src"
|
||||
cd theme/static_src
|
||||
echo "🔄 Chdir to src/pkmntrade_club/theme/static_src"
|
||||
cd src/pkmntrade_club/theme/static_src
|
||||
|
||||
echo "📦 Install npm dependencies"
|
||||
npm install .
|
||||
|
|
@ -271,7 +268,7 @@ jobs:
|
|||
ssh deploy "cd ${{ steps.meta.outputs.REPO_PROJECT_PATH }} && docker compose -f docker-compose_core.yml -f docker-compose_staging.yml up -d --no-build"
|
||||
fi
|
||||
|
||||
# echo "🚀 Start the new containers"
|
||||
# echo "🚀 Start the new containers, zero-downtime"
|
||||
# if [ "${PROD}" = true ]; then
|
||||
# ssh deploy <<<END
|
||||
# cd ${{ steps.meta.outputs.REPO_PROJECT_PATH}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue