Skip to content

Voting System for Technological University of the Philippines Manila (Finals Capstone)

Notifications You must be signed in to change notification settings

topzdev/tup-voting-sytem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##How to deploy updates on heroku

###Deploy Server Instruction

  • update live database by migration or ormconfig auto migrate
  • commit updates
  • type 'heroku git:remote -a tup-voting-server-dev'
  • deploy the subfolder you want to deploy, type 'git subtree push --prefix server heroku-server-dev master'

###Deploy Admin

  • commit updates
  • type 'heroku git:remote -a tup-voting-admin-dev'
  • deploy the subfolder you want to deploy, type 'git subtree push --prefix admin heroku-admin-dev master'

###Deploy Voting Platform

  • commit updates
  • type 'heroku git:remote -a tup-voting-platform-dev'
  • deploy the subfolder you want to deploy, type 'git subtree push --prefix web heroku-platform-dev master'

###One Line Deploy

  • heroku git:remote -a tup-voting-server-dev && git subtree push --prefix server heroku-server-dev master && heroku git:remote -a tup-voting-admin-dev && git subtree push --prefix admin heroku-admin-dev master && heroku git:remote -a tup-voting-platform-dev && git subtree push --prefix web heroku-platform-dev master

About

Voting System for Technological University of the Philippines Manila (Finals Capstone)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages