fix: production git ref
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
production: {
|
production: {
|
||||||
user: process.env.SSH_USERNAME,
|
user: process.env.SSH_USERNAME,
|
||||||
host: process.env.DEPLOY_HOST,
|
host: process.env.DEPLOY_HOST,
|
||||||
ref: 'origin/main',
|
ref: 'origin/production',
|
||||||
repo: 'https://github.com/SrJuggernaut/entgamers_pro',
|
repo: 'https://github.com/SrJuggernaut/entgamers_pro',
|
||||||
path: process.env.DEPLOY_PATH,
|
path: process.env.DEPLOY_PATH,
|
||||||
'pre-deploy': 'yarn install && yarn run build',
|
'pre-deploy': 'yarn install && yarn run build',
|
||||||
|
|||||||
Reference in New Issue
Block a user