update drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2022-11-23 00:12:10 +01:00
parent e1a77b8efc
commit a54ebb6487
1 changed files with 11 additions and 9 deletions

View File

@ -44,15 +44,15 @@ steps:
- chmod 600 $HOME/.ssh/id_rsa - chmod 600 $HOME/.ssh/id_rsa
- git submodule update --init --recursive - git submodule update --init --recursive
- name: composer # - name: composer
image: composer:2.2.7 # image: composer:2.2.7
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
@ -82,6 +82,8 @@ steps:
target: ~/namineu target: ~/namineu
include: ['app', 'resources', 'public', 'packages'] include: ['app', 'resources', 'public', 'packages']
recursive: true recursive: true
key:
from_secret: private_key
script: script:
- cd ~/namineu - cd ~/namineu
- echo "copied" > beweis.txt - echo "copied" > beweis.txt