Commit 2725d70c authored by Simon's avatar Simon

release 1.3.0

parent c091a12f
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
## Production ## Production
- build CSS & JS assets - `C:\web\dev.biuro\ npm run build` - build CSS & JS assets - `C:\web\dev.biuro\ npm run build`
- build new image `docker build -t biuro/web:1.2.1 .` (update version number) - build new image `docker build -t biuro/web:1.3.0 .` (update version number)
- login to biuro docker account `docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs` - login to biuro docker account `docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs`
- push image to docker repository - `docker push biuro/web:1.2.1` - push image to docker repository - `docker push biuro/web:1.3.0`
## Production ## Production
- update biuro/web image version in .env file (staging or www) - update biuro/web image version in .env file (staging or www)
...@@ -165,6 +165,7 @@ Can't share C drive ...@@ -165,6 +165,7 @@ Can't share C drive
- `sudo docker exec -it biuro-staging-mysql bash` - `sudo docker exec -it biuro-staging-mysql bash`
- `sudo docker exec -it biuro-www-mysql bash` - `sudo docker exec -it biuro-www-mysql bash`
- `mysql -uroot -p'#w1ML4QfWaR*8dBYRL7aZJI$' --default-character-set=utf8` - `mysql -uroot -p'#w1ML4QfWaR*8dBYRL7aZJI$' --default-character-set=utf8`
- `use staging_biuro;`
- `use information_schema;` - `use information_schema;`
- `select * from SCHEMATA;` - `select * from SCHEMATA;`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment