Skip to content

civica-digital/evalua-tu-tramite-puebla

 
 

Repository files navigation

Evalúa tu trámite Puebla

Licencia

Deploy

En nuestro Makefile tenemos especificado un target deploy, que nos ayuda a automatizar el proceso de deployment:

# Makefile targets

build          # Build the Docker image inisde the HOST
clean          # Remove images that are not being used by any container
deploy         # Run the deploy strategy (provide, build, update, clean)
provide        # Provide the HOST with whole repository
update         # Update the containers and run migrations

Para correr el target, es necesario tener un docker-compose.production.yml que describe los servicios que se usarán en producción, también es necesario un .env que contiene las variables de ambiente.

HOST=user@hostname \
APP_DIR=/var/www/app \
make deploy

Dependencias

¿Dudas?

Escríbenos a [email protected].

Equipo

El proyecto ha sido iniciado por Codeando México. El core team:

Licencia

Creado por Codeando México, 2013 - 2015. Disponible bajo la licencia GNU Affero General Public License (AGPL) v3.0. Ver el documento LICENSE para más información.

About

Plataforma de evaluación ciudadana para el Estado de Puebla

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 58.3%
  • HTML 23.7%
  • CSS 15.5%
  • CoffeeScript 1.4%
  • JavaScript 0.6%
  • Shell 0.2%
  • Other 0.3%