Skip to content

Commit

Permalink
Updated to Panel/Daemon v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarney16 committed Oct 12, 2020
1 parent 39548ac commit 7bf8da5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
9 changes: 0 additions & 9 deletions bin/artisan

This file was deleted.

8 changes: 5 additions & 3 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ flag_enable_db=""
flag_enable_le=""
flag_enable_build=""

# Allows configuring where the output can be put out to.
flag_stdout="docker-compose.yml"

# Daemon Configuration
config_daemon_dir=""
config_daemon_docker_socket=""
Expand Down Expand Up @@ -47,7 +50,7 @@ function _return_help {
}

function build_config {
echo "Building Configuration..."
>&2 echo "Building Configuration..."

IFS=" "

Expand Down Expand Up @@ -86,7 +89,7 @@ function build_config {
if [ "$flag_enable_db" == "x" ]; then
printf " ./manifest/compose/db.yml"
fi ) \
| bin/yq read --stripComments - > docker-compose.yml
| bin/yq read --stripComments - > $flag_stdout


# Build .env Configuration
Expand All @@ -96,7 +99,6 @@ function build_config {
echo "## Project configuration file ##" > .env
echo "# DO NOT TOUCH UNLESS YOU KNOW WHAT YOU ARE DOING!" >> .env
echo "" >> .env
echo "CMD_ARGS=$($command_args)" >> .env
fi

if [ "$flag_enable_panel" == "x" ]; then
Expand Down
4 changes: 2 additions & 2 deletions manifest/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PANEL_VERSION=v1.0.0-rc.7
DAEMON_VERSION=v1.0.0-rc.7
PANEL_VERSION=v1.0.0
DAEMON_VERSION=v1.0.0

0 comments on commit 7bf8da5

Please sign in to comment.