From 430f73d63b6fd78dc14208954ef5edc9c77925c7 Mon Sep 17 00:00:00 2001 From: Collin Duncan <3679940+cgduncan7@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:30:08 +0200 Subject: [PATCH] Testing correct ref and removing old ssh check --- .woodpecker/test.yaml | 4 ---- ecosystem.config.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 8915904..09d6826 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -11,7 +11,3 @@ steps: - npm ci - npm run test:unit - npm run deploy - - name: deploy - image: kroniak/ssh-client - commands: - - ssh root@autobaan touch deploy diff --git a/ecosystem.config.js b/ecosystem.config.js index 8b2e032..9d2293b 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,7 +10,7 @@ module.exports = { production: { user: 'root', host: ['autobaan'], - ref: 'origin/main', + ref: 'deploy_test', repo: 'https://fred.collinduncan.com/collin/autobaan.git', path: '/root/autobaan', 'post-deploy': 'npm install',