Update readme, update ci/cd config

parent b81fc15c
Pipeline #6509 passed with stage
in 1 minute 12 seconds
image: node:latest
pages:
stage: deploy
script:
......@@ -7,6 +5,9 @@ pages:
- npm i
- npm run lint
- npm run build
after_script:
- cd ../
- cp -r ./eterlanding /home/kantegory/pub/
artifacts:
paths:
- dist
......
......@@ -292,7 +292,7 @@
</div>
<div class="right-column">
<div class="banner">
<iframe title="Компания на карте"
<iframe title="Компания на картах"
src="https://yandex.ru/map-widget/v1/?um=constructor%3Ad11a342758b8d992a3f15cf82b5e8bd941d94f6e91afd760c6b07a9eee2e67de&amp;source=constructor"
class="map-iframe" frameborder="0"></iframe>
</div>
......
......@@ -2,6 +2,16 @@
A simple landing using vanilla-js, scss, webpack.
## Installing
Git clone:
```bash
$ git clone git@gitlab.eterfund.ru:kantegory/eterlanding.git
```
## Build Setup
``` bash
......@@ -13,4 +23,9 @@ npm run dev
# build for production with minification
npm run build
```
\ No newline at end of file
```
## Auto-deployment
This landing has a config for auto-deployment, using [gitlab-runner](https://docs.gitlab.com/runner/) & shell executor. All of your master changes will be published using .gitlab-ci.yml as build instruction.
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