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

main
vladimirkutkovoy 1 year ago
parent e0770b33f9
commit f76f6ee968
  1. 5
      .drone.yml

@ -9,9 +9,8 @@ steps:
commands:
- npm install
- npm run build
volumes:
- name: build
path: /root/docker/gitea/drone/src
- cp -r build /root/docker/gitea/drone/src/
# 2. Deploy Docker container with Nginx and copy build files
- name: deploy
image: nginx

Loading…
Cancel
Save