diff --git a/.drone.yml b/.drone.yml index 301ae35..d17ad74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,11 +31,6 @@ steps: from_secret: user SSH_KEY: from_secret: ssh_key - - when: - branch: - - main - commands: # install deps - apt-get update -qq > /dev/null @@ -68,4 +63,9 @@ steps: - rsync -rP site/* "$host:$${HOST}" - ssh $host $delete_current_files - ssh $host $deploy_new_files - + when: + branch: + - main + event: + exclude: + - pull_request