Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkhtuvshin0513 committed Nov 1, 2024
1 parent 1bc07e6 commit b1cc827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployer.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ const deployDbs = async () => {
spinner.succeed("Cleanup complete.");

spinner.start("Initializing Docker swarm...");
execCommand("docker swarm init", true);
await execCommand("docker swarm init", true);
spinner.succeed("Docker swarm initialized.");

spinner.start("Creating Docker network...");
execCommand("docker network create --driver overlay erxes", true);
await execCommand("docker network create --driver overlay erxes", true);
spinner.succeed("Docker network created.");

spinner.start("Reading configurations...");
Expand Down

0 comments on commit b1cc827

Please sign in to comment.