-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Habitat 0.57.0 and new node app
* Update AMI IDs for 0.57.0 * The sample-node-app no longer uses scaffolding * `new-plan.sh` always tracks updates to `plan.sh`. * Use the new default config toml file * TEMPORARY- use a fork of the app repo Signed-off-by: Nathen Harvey <[email protected]>
- Loading branch information
Nathen Harvey
committed
Jul 6, 2018
1 parent
056a9ce
commit b97fc60
Showing
6 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
message = "Hello, World!" | ||
node_env = "production" | ||
|
||
[app] | ||
port = 9000 | ||
title = 'Habitat - The fastest path from code to cloud native.' | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ | |
depends 'ufw' | ||
depends 'habitat' | ||
depends 'yum-epel' | ||
depends 'line' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters