fix: production git ref

This commit is contained in:
2022-10-09 13:20:42 -05:00
committed by GitHub
parent f9aea7eea4
commit 7986456b9c
+1 -1
View File
@@ -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',