Merge branch 'dev' of https://git.vladimirkutkovoy.ru/vladimirkutkovoy/SKB-online-sites into dev

dev
Vladimir Kutkovoy 1 year ago
commit a60d25dd00
  1. 5
      .drone.yml

@ -6,4 +6,7 @@ steps:
image: node image: node
commands: commands:
- npm install - npm install
- npm run build - npm run build
when:
branch:
- dev
Loading…
Cancel
Save