This commit is contained in:
Lucas F 2022-01-20 17:18:22 -03:00
parent fa34d894b5
commit 6026829ca0
5 changed files with 97 additions and 14 deletions

View file

@ -6,7 +6,7 @@
USERNAME="centos"
# Nome do App no repositório
# App name on repo
# Application name in repository
APP="app"
# Nome do ambiente virtual python
@ -21,8 +21,8 @@ GIT_USER="username"
# Git project url
GITURL="https://repo.com/$GIT_USER/$APP.git"
# IP público ou domínio
# Public IP address or domain
# IP público ou domínio. Se deixar em branco o script vai capturar o endereço de IP com o comando hostname
# Public IP address or domain. If you leave it blank, the script'll catch the IP address with hostname command
PUB_IP=""
# Nome da pasta que está no mesmo nível do arquivo wsgi.py