Testing correct ref and removing old ssh check
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Collin Duncan 2025-04-28 16:30:08 +02:00
parent b1558b518a
commit 430f73d63b
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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',