„.drone.yml“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-30 14:16:27 +01:00
parent f8f7742214
commit 7f7389a0ef

View File

@@ -10,6 +10,7 @@ platform:
steps: steps:
- name: Build - name: Build
commands: commands:
- git config --global --add safe.directory /var/www/html/flycro.me/deployment-flycro.me
- cd /var/www/html/flycro.me/deployment-flycro.me - cd /var/www/html/flycro.me/deployment-flycro.me
- git reset --hard - git reset --hard
- git pull origin deploy - git pull origin deploy