Skip to content

Commit

Permalink
Merge pull request #17 from oracle-devrel/path-update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmleon authored Jan 8, 2024
2 parents 7edbee8 + 0af0fdf commit 9e26c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions scripts/ci.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const {
webVersion,
} = properties;

const serverImageURL = `${containerRegistryURL}/${namespace}/oci_multiplayer/server:${serverVersion}`;
const webImageURL = `${containerRegistryURL}/${namespace}/oci_multiplayer/web:${webVersion}`;
const serverImageURL = `${containerRegistryURL}/${namespace}/save-the-wildlife/server:${serverVersion}`;
const webImageURL = `${containerRegistryURL}/${namespace}/save-the-wildlife/web:${webVersion}`;

const containersConfig = JSON.stringify([
{
Expand Down
4 changes: 2 additions & 2 deletions scripts/containerInstances.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const createContainerInstances = async (attributes) => {
"containerRegistryURL": containerRegistryURL,
"containerRegistryUser": containerRegistryUser,
"region": "xxx",
"servercontainerURL": "xxx.ocir.io/xxx/oci_multiplayer/server:0.0.8",
"webcontainerURL": "xxx.ocir.io/xxx/oci_multiplayer/web:0.0.8",
"servercontainerURL": "xxx.ocir.io/xxx/save-the-wildlife/server:0.0.8",
"webcontainerURL": "xxx.ocir.io/xxx/save-the-wildlife/web:0.0.8",
};

const vnicsArgs = [
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const { containerRegistryURL, namespace } = properties;
const { a, _ } = argv;
const [action] = _;

const project = "oci_multiplayer";
const project = "save-the-wildlife";

if (action === "web") {
await releaseNpm("web");
Expand Down

0 comments on commit 9e26c63

Please sign in to comment.