ci: fix deploy dev deploying to prod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
light7734 2025-08-23 18:10:29 +03:30
parent 3508957c22
commit e66a26a209
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -13,8 +13,8 @@ steps:
commands:
- npm install
- npm run build
- rm -rf /dazzle/*
- mv ./build/* /dazzle/
- rm -rf /dazzle_dev/*
- mv ./build/* /dazzle_dev/
---
kind: pipeline
type: docker