[cicd] change publsh command
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
SouthFox 2023-05-20 19:39:10 +08:00
parent 08db36282d
commit c52527af9b

View file

@ -27,4 +27,4 @@ steps:
from_secret: account_id from_secret: account_id
commands: commands:
- npm install -g wrangler - npm install -g wrangler
- npx wrangler pages publish public --project-name garden --commit-dirty=true - npx wrangler pages deploy --project-name garden --commit-dirty=true