refactor: System Deploy
This commit is contained in:
@@ -5,5 +5,4 @@ inotify==0.2.10
|
||||
honcho==2.0.0
|
||||
pudb==2025.1
|
||||
urwid==3.0.2
|
||||
freezegun==1.5.1
|
||||
psycopg2==2.9.10
|
||||
freezegun==1.5.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
|
||||
FROM node as builder-node
|
||||
FROM node AS builder-node
|
||||
|
||||
ARG TRYTOND_VERSION
|
||||
|
||||
|
||||
6
Rakefile
6
Rakefile
@@ -1,13 +1,13 @@
|
||||
require 'yaml'
|
||||
require 'digest'
|
||||
|
||||
DOCKER_COMPOSE_TEST='docker-compose.test.yml'
|
||||
DOCKER_COMPOSE_TEST='docker-compose.test.yaml'
|
||||
ENV_FILE_DEV='.env.development'
|
||||
|
||||
DOCKER_COMOPSE_LIVE='docker-compose.live.yml'
|
||||
DOCKER_COMPOSE_LIVE='docker-compose.live.yaml'
|
||||
ENV_FILE_LIVE='.env.development'
|
||||
|
||||
DOCKER_COMPOSE_DEPLOY='docker-compose.prod.yml'
|
||||
DOCKER_COMPOSE_DEPLOY='docker-compose.prod.yaml'
|
||||
ENV_FILE_DEPLOY='.env.production'
|
||||
|
||||
desc 'iniciar entorno'
|
||||
|
||||
Reference in New Issue
Block a user