update drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
070ebaaab1
commit
e1a77b8efc
22
.drone.yml
22
.drone.yml
|
@ -49,10 +49,10 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- composer install --ignore-platform-reqs --no-dev
|
- composer install --ignore-platform-reqs --no-dev
|
||||||
|
|
||||||
- name: node
|
# - name: node
|
||||||
image: node:17.9.0-slim
|
# image: node:17.9.0-slim
|
||||||
commands:
|
# commands:
|
||||||
- npm ci && npm run prod && npm run img && rm -R node_modules
|
# - npm ci && npm run prod && npm run img && rm -R node_modules
|
||||||
|
|
||||||
- name: compress
|
- name: compress
|
||||||
image: php:7.3
|
image: php:7.3
|
||||||
|
@ -73,6 +73,20 @@ steps:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
- name: deploy
|
||||||
|
image: drillster/drone-rsync
|
||||||
|
settings:
|
||||||
|
hosts: ['zoomyboy.de']
|
||||||
|
user: stammsilva
|
||||||
|
source: ./
|
||||||
|
target: ~/namineu
|
||||||
|
include: ['app', 'resources', 'public', 'packages']
|
||||||
|
recursive: true
|
||||||
|
script:
|
||||||
|
- cd ~/namineu
|
||||||
|
- echo "copied" > beweis.txt
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
Loading…
Reference in New Issue