Skip to content

Commit

Permalink
change deployed branch to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
keldaan-ag committed Apr 30, 2024
1 parent 4b93293 commit e4b4794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
production : {
"user" : "deploy",
"host" : ["45.76.130.174"],
"ref" : "origin/master",
"ref" : "origin/prod",
"repo" : "git@github.com:keldaanCommunity/pokemonAutoChess.git",
"path" : "/home/deploy",
"post-deploy" : "npm install && npm run build && npm run colyseus-post-deploy"
Expand Down

0 comments on commit e4b4794

Please sign in to comment.