Removing git installation from deploy ci
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
collin 2026-06-19 11:36:32 +02:00
parent 40a81ba2d7
commit 3cb52f2c05
No known key found for this signature in database

View file

@ -12,7 +12,6 @@ steps:
volumes: volumes:
- /etc/ssh:/etc/ssh - /etc/ssh:/etc/ssh
commands: commands:
- apt install git
- npm ci - npm ci
- npm run deploy - npm run deploy