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

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

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

Loading…
Cancel
Save