adding origin to ref
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Collin Duncan 2025-04-28 16:48:31 +02:00
parent 430f73d63b
commit 8863a9d052
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ module.exports = {
production: {
user: 'root',
host: ['autobaan'],
ref: 'deploy_test',
ref: 'origin/deploy_test',
repo: 'https://fred.collinduncan.com/collin/autobaan.git',
path: '/root/autobaan',
'post-deploy': 'npm install',