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 b9725f2 commit 775de89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployer.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@ module.exports.removeService = async () => {

const erxesUp = async () => {
const configs = await fse.readJSON(filePath("configs.json"));

console.log(configs);
const be_env = configs.be_env || {};
const image_tag = configs.image_tag || "federation";
const domain = configs.domain;
Expand Down

0 comments on commit 775de89

Please sign in to comment.