mod drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-02-13 01:12:52 +01:00
parent f8953c7f15
commit 827729b35a
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
- name: node
image: node:18.13.0-slim
commands:
- npm ci && npm run production
- npm ci && npm run production && rm -R node_modules
- name: deploy
image: php:8.1.6
@ -24,7 +24,7 @@ steps:
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- chmod 600 $HOME/.ssh/id_rsa
- rsync --delete -avzze ssh /drone/nami disco-st-katharina@zoomyboy.de:discotest
- rsync --delete -avzze ssh /drone/nami/ disco-st-katharina@zoomyboy.de:httpdocs/themes/vite-tailwind
trigger:
event: