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