Skip to content

Commit

Permalink
fix docker registry location
Browse files Browse the repository at this point in the history
  • Loading branch information
cadgerfeast committed Nov 23, 2020
1 parent 6148482 commit 252163e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"build:docs": "cd docs && npm run build",
"serve": "cd docs && npm run serve",
"deploy": "run-s deploy:build deploy:push",
"deploy:build": "cd docs && docker build -t 135.39.47.16:5000/mollitia:latest .",
"deploy:push": "cd docs && docker push 135.39.47.16:5000/mollitia:latest"
"deploy:build": "cd docs && docker build -t 135.39.45.156:5000/mollitia:latest .",
"deploy:push": "cd docs && docker push 135.39.45.156:5000/mollitia:latest"
},
"devDependencies": {
"@types/jest": "26.0.14",
Expand Down

0 comments on commit 252163e

Please sign in to comment.