From 8362e55231b1f9060a287f383f4f04725ef01283 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 24 Feb 2022 21:55:25 +0100 Subject: [PATCH] ci: try without permissions fix --- .drone.yml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/.drone.yml b/.drone.yml index e39853b..5ed68bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,26 +16,11 @@ steps: key: from_secret: ps_ssh_key source: - - !.envrc - - !.git - - !.gitignore - - !.drone.yml - - !LICENSE.md - - !shell.nix + - "!.envrc" + - "!.git" + - "!.gitignore" + - "!.drone.yml" + - "!LICENSE.md" + - "!shell.nix" - ./* target: /data/www/pub.solar/matrix-domain/ - - - name: fix permissions - image: appleboy/drone-ssh - settings: - host: pub.solar - port: 2020 - username: - from_secret: ps_ssh_user - key: - from_secret: ps_ssh_key - envs: - - ps_ssh_user - script: - - export SSH_USER=$PS_SSH_USER - - chown -R $SSH_USER:991 /data/www/pub.solar/matrix-domain