Skip to content

Commit

Permalink
Change default configuration location
Browse files Browse the repository at this point in the history
Move to the `.stack` directory as being the location for all
configuration.
  • Loading branch information
sds committed Dec 18, 2024
1 parent 398de74 commit 45353f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stack",
"version": "0.0.34",
"version": "0.0.35",
"license": "None",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ program.option(
program.option(
"-c, --config <path>",
"Path to the configuration file",
"deploy.yml"
".stack/deploy.yml"
);

program
Expand Down

0 comments on commit 45353f4

Please sign in to comment.