Compare commits

..

No commits in common. "58593ce1673542b78ae33d601108725ce149c510" and "6d22fdcd729933e730b6bda88f12390db1373009" have entirely different histories.

3 changed files with 1 additions and 30 deletions

View file

@ -1,2 +0,0 @@
.drone.yml
.git

View file

@ -65,33 +65,6 @@ steps:
branch:
- master
- name: deploy:dokku
image: alpine
when:
branch:
- master
environment:
SSH_USER:
from_secret: SSH_USER
SSH_HOST:
from_secret: SSH_HOST
SSH_PRIVATE_KEY:
from_secret: SSH_PRIVATE_KEY
commands:
- echo $SSH_USER
- echo $SSH_HOST
- echo $SSH_PRIVATE_KEY
- apk update && apk add openssh-client
- mkdir -p ~/.ssh && chmod 700 ~/.ssh
- echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/deploy_key
- chmod 600 ~/.ssh/deploy_key
- ssh -o StrictHostKeyChecking=no
-i ~/.ssh/deploy_key
"$SSH_USER@$SSH_HOST"
git:from-image automation
"glenux/service-n8n:${DRONE_COMMIT_SHA:0:8}"
#
# volumes:
# - name: cache
# temp: {}

View file

@ -1,4 +1,4 @@
FROM n8nio/n8n:0.216.0-debian
FROM n8nio/n8n:0.213.0-debian
# FROM n8nio/n8n:0.212.0-debian
# FROM n8nio/n8n:0.210.2-debian
# FROM n8nio/n8n:0.195.5-debian