From fad46edccd1036f2d8bd71555e834ecd1ad3b753 Mon Sep 17 00:00:00 2001 From: Hillel Arnold Date: Mon, 3 Apr 2023 17:20:32 -0400 Subject: [PATCH] remove obsolete deployment info --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index d156d5d5..4dae57e2 100644 --- a/README.md +++ b/README.md @@ -15,28 +15,6 @@ Install dependencies and run the development server: $ yarn install $ yarn start - -## Dev deployment - -Updated images are built each time a commit is pushed to base. To deploy in vSphere, first update the image by pulling the most recent version: - - $ docker -H {vsphere host}:{vsphere port} --tlsverify pull rockarch/dimes:development - -Get the ID of the running container - - $ docker -H {vsphere host}:{vsphere port} --tlsverify container ls - -Then stop the running container: - - $ docker -H {vsphere host}:{vsphere port} --tlsverify stop {container ID} - -Finally, start the updated container: - - $ docker -H {vsphere host}:{vsphere port} --tlsverify run -d -p 3001:80 rockarch/dimes:development - -DIMES will then be available at the vSphere host, port 3001. - - ## License This code is released under an [MIT License](LICENSE).