Изменил(а) на '.drone.yml'

main
vladimirkutkovoy 1 year ago
parent 3894e398c5
commit e6311cc0e5
  1. 5
      .drone.yml

@ -3,16 +3,11 @@ type: docker
name: build-and-deploy name: build-and-deploy
steps: steps:
# 1. Install dependencies and build the project
- name: install_and_build - name: install_and_build
image: node:18 image: node:18
volumes:
- name: node-build
path: /build # Монтируем внешний путь в контейнер как /build
commands: commands:
- npm install - npm install
- npm run build - npm run build
- cp -r /build/* /node-build/
- name: telegram notification - name: telegram notification
image: appleboy/drone-telegram image: appleboy/drone-telegram

Loading…
Cancel
Save