Fix deploy.sh: use sh instead of bash, ensure executable
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
buenosairesam
2026-01-26 20:56:27 -03:00
parent 8ecd702b63
commit a013e0116f

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Deploy sysmonstm edge service # Deploy sysmonstm edge service
# Called by Woodpecker or manually # Called by Woodpecker or manually