clean de l'install
This commit is contained in:
parent
3cc656ee82
commit
c61a287492
1 changed files with 9 additions and 10 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -8,8 +8,6 @@ jobs:
|
|||
deploy:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Set deployment path
|
||||
id: set-path
|
||||
run: |
|
||||
if [ "${GITHUB_REF_NAME}" = "main" ]; then
|
||||
echo "DEPLOY_PATH=/share/CACHEDEV1_DATA/discord-bot-prod" >> $GITHUB_ENV
|
||||
|
|
@ -18,6 +16,7 @@ jobs:
|
|||
else
|
||||
echo "Unsupported branch"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Update bot files
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue