Skip to content

Commit

Permalink
Fix deploy app
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeRadinovich committed Aug 7, 2020
1 parent 8dddd7e commit ea88f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ startEnvironment() {
local ENVIRONMENT="$1"

echoInfo "Deploying ${ENVIRONMENT} application..."
iofogctl deploy application -f "init/${ENVIRONMENT}/config.yaml" -v
iofogctl deploy -f "init/${ENVIRONMENT}/config.yaml" -v
echoInfo "It may take a while before ioFog stack creates all ${ENVIRONMENT} microservices."
echo ""
}
Expand Down

0 comments on commit ea88f62

Please sign in to comment.