Skip to content

Commit

Permalink
Merge pull request #41 from UKHomeOffice/refactor/the-name-of-the-thing
Browse files Browse the repository at this point in the history
Rename the service
  • Loading branch information
wheelsandcogs authored Dec 21, 2018
2 parents 1352189 + 7185121 commit a6b5523
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pipeline:
- DOCKER_HOST=tcp://172.17.0.1:2375
commands:
- docker login -u="ukhomeofficedigital+asl" -p=$${DOCKER_PASSWORD} quay.io
- docker tag asl quay.io/ukhomeofficedigital/asl-inspector-ui:$${DRONE_COMMIT_SHA}
- docker push quay.io/ukhomeofficedigital/asl-inspector-ui:$${DRONE_COMMIT_SHA}
- docker tag asl quay.io/ukhomeofficedigital/asl-internal-ui:$${DRONE_COMMIT_SHA}
- docker push quay.io/ukhomeofficedigital/asl-internal-ui:$${DRONE_COMMIT_SHA}
when:
branch: master
event: push
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "asl-inspector-ui",
"name": "asl-internal-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -17,15 +17,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/asl-inspector-ui.git"
"url": "git+https://github.com/UKHomeOffice/asl-internal-ui.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UKHomeOffice/asl-inspector-ui/issues"
"url": "https://github.com/UKHomeOffice/asl-internal-ui/issues"
},
"homepage": "https://github.com/UKHomeOffice/asl-inspector-ui#readme",
"homepage": "https://github.com/UKHomeOffice/asl-internal-ui#readme",
"dependencies": {
"@asl/components": "^3.2.0",
"@asl/pages": "^15.0.0",
Expand Down

0 comments on commit a6b5523

Please sign in to comment.