mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Feature: add command line to run app and environment variables settings
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
DEPLOYMENT_FOLDER = '/home/ubuntu/deployment';
|
||||
|
||||
STEPS = [
|
||||
'CREATION',
|
||||
'COMMANDS',
|
||||
'RUN'
|
||||
];
|
||||
|
||||
SCRIPTS = {
|
||||
CREATE : [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user