update drone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e1a77b8efc
commit
a54ebb6487
12
.drone.yml
12
.drone.yml
|
@ -44,11 +44,11 @@ steps:
|
|||
- chmod 600 $HOME/.ssh/id_rsa
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: composer
|
||||
image: composer:2.2.7
|
||||
commands:
|
||||
- composer install --ignore-platform-reqs --no-dev
|
||||
|
||||
# - name: composer
|
||||
# image: composer:2.2.7
|
||||
# commands:
|
||||
# - composer install --ignore-platform-reqs --no-dev
|
||||
#
|
||||
# - name: node
|
||||
# image: node:17.9.0-slim
|
||||
# commands:
|
||||
|
@ -82,6 +82,8 @@ steps:
|
|||
target: ~/namineu
|
||||
include: ['app', 'resources', 'public', 'packages']
|
||||
recursive: true
|
||||
key:
|
||||
from_secret: private_key
|
||||
script:
|
||||
- cd ~/namineu
|
||||
- echo "copied" > beweis.txt
|
||||
|
|
Loading…
Reference in New Issue