Skip to content

Commit

Permalink
Improve release package
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Dec 14, 2023
1 parent 298e74c commit b9f75b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions scripts/gh-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ const makeReleaseFile = (name, files) => {
await makeReleaseNotes();
mkdirSync("./release", { recursive: true });
makeReleaseFile("docker", [
{ source: "docker/compose.yml", target: "compose.yml" },
{ source: "docker/compose.yaml", target: "compose.yaml" },
{ source: "docker/Dockerfile", target: "Dockerfile" },
{ source: "docker/start_node.sh", target: "scripts/start_node.sh" },
{ source: "docker/stop_node.sh", target: "scripts/stop_node.sh" },
{ source: "docker/view_node.sh", target: "scripts/view_node.sh" },
{ source: "docker/scripts/start_node.sh", target: "scripts/start_node.sh" },
{ source: "docker/scripts/stop_node.sh", target: "scripts/stop_node.sh" },
{ source: "docker/scripts/view_node.sh", target: "scripts/view_node.sh" },
{ source: ".env.template", target: ".env.template" },
{ source: "conf.yaml.template", target: "conf.yaml.template" },
{ source: "LICENSE", target: "LICENSE" },
]);

0 comments on commit b9f75b0

Please sign in to comment.