run deployment script using bash
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
Harrison Deng 2024-10-21 04:45:57 +00:00
parent 7a94a3d4ec
commit a356392e26

View File

@ -5,7 +5,7 @@ steps:
TOKEN:
from_secret: RSE_panel
commands:
- ./scripts/deploy.sh
- bash ./scripts/deploy.sh
depends_on:
- build