clean de l'install

This commit is contained in:
ArcElewyn 2025-08-28 15:22:18 +02:00
parent 3cc656ee82
commit c61a287492

View file

@ -8,8 +8,6 @@ jobs:
deploy: deploy:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: Set deployment path
id: set-path
run: | run: |
if [ "${GITHUB_REF_NAME}" = "main" ]; then if [ "${GITHUB_REF_NAME}" = "main" ]; then
echo "DEPLOY_PATH=/share/CACHEDEV1_DATA/discord-bot-prod" >> $GITHUB_ENV echo "DEPLOY_PATH=/share/CACHEDEV1_DATA/discord-bot-prod" >> $GITHUB_ENV
@ -18,6 +16,7 @@ jobs:
else else
echo "Unsupported branch" echo "Unsupported branch"
exit 1 exit 1
fi
- name: Update bot files - name: Update bot files
env: env: