Skip to content

Commit

Permalink
GM org renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Sep 4, 2024
1 parent db677f1 commit 6bfffb2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/DashboardFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const getLink = (address: string, type: string) => {
};
const openCommitUrl = () => {
const url = `https://github.com/ATOR-Development/ator-relay-dashboard/commit/${commitHash}`;
const url = `https://github.com/anyone-protocol/ator-relay-dashboard/commit/${commitHash}`;
window.open(url, '_blank');
};
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineNuxtConfig({
distributionDeployer: 'G5tXjZS4SaMJNwOENZYgymvc6Zxp2Wws4Qf8wB0b',
warpGateway: 'https://gw.warp.cc/gateway/v2',
githubNewIssueUrl:
'https://github.com/ATOR-Development/ator-dashboard/issues/new',
'https://github.com/anyone-protocol/ator-dashboard/issues/new',
phase: 'dev',
supportWalletPublicKeyBase64:
'K3jnSGVyHj4kSzgce3+k8gJsfHvUoQeJMNPO8CcsO2s=',
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-dashboard-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-dashboard-dev" {
driver = "docker"

config {
image = "ghcr.io/ator-development/ator-relay-dashboard:[[.deploy]]"
image = "ghcr.io/anyone-protocol/ator-relay-dashboard:[[.deploy]]"
force_pull = true
entrypoint = ["pnpm"]
command = "run"
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-dashboard-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-dashboard-live" {
driver = "docker"

config {
image = "ghcr.io/ator-development/ator-relay-dashboard:[[.deploy]]"
image = "ghcr.io/anyone-protocol/ator-relay-dashboard:[[.deploy]]"
entrypoint = ["pnpm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-dashboard-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-dashboard-stage" {
driver = "docker"

config {
image = "ghcr.io/ator-development/ator-relay-dashboard:[[.deploy]]"
image = "ghcr.io/anyone-protocol/ator-relay-dashboard:[[.deploy]]"
force_pull = true
entrypoint = ["pnpm"]
command = "run"
Expand Down

0 comments on commit 6bfffb2

Please sign in to comment.