Commit bde21ada authored by Simonas's avatar Simonas

release 1.0.0

parent 333e9aab
...@@ -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:0.0.32 .` (update version number) - build new image `docker build -t biuro/web:1.0.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:0.0.32` - push image to docker repository - `docker push biuro/web:1.0.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)
...@@ -67,10 +67,14 @@ ...@@ -67,10 +67,14 @@
### Plugins ### Plugins
#### Akismet Anti-Spam #### Akismet Anti-Spam
#### Cookies warning #### Biuro Contacts
#### Data controller #### Biuro Feedbacks
#### Jobs importer #### Biuro HTML
#### Permalink Manager Lite #### Biuro Sections
#### Biuro Services
#### Cookies Warning
#### Data Controller
#### Jobs Importer
#### Pods - Custom Content Types and Fields #### Pods - Custom Content Types and Fields
#### Polylang #### Polylang
#### Yoast SEO #### Yoast SEO
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
get_template_part( 'template-parts/meta/canonical'); get_template_part( 'template-parts/meta/canonical');
?> ?>
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> -->
<style><?php include 'css/core-1064aec6fe.min.css'; ?></style> <style><?php include 'css/core-1064aec6fe.min.css'; ?></style>
<link rel="preload" href="/wp-content/themes/biuro/css/main-8fd8d5e9f3.min.css" as="style" onload="this.rel='stylesheet'"> <link rel="preload" href="/wp-content/themes/biuro/css/main-8fd8d5e9f3.min.css" as="style" onload="this.rel='stylesheet'">
......
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