From a54ebb648702434aea818d0c934e69672467a41f Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 23 Nov 2022 00:12:10 +0100 Subject: [PATCH] update drone --- .drone.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 05118d01..92536383 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,15 +44,15 @@ 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: node - # image: node:17.9.0-slim - # commands: - # - npm ci && npm run prod && npm run img && rm -R node_modules + # - name: composer + # image: composer:2.2.7 + # commands: + # - composer install --ignore-platform-reqs --no-dev + # + # - name: node + # image: node:17.9.0-slim + # commands: + # - npm ci && npm run prod && npm run img && rm -R node_modules - name: compress image: php:7.3 @@ -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