Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Давид Добряков
etersoft.com
Commits
ff874c54
Commit
ff874c54
authored
Jun 16, 2020
by
Давид Добряков
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme, update ci/cd config
parent
b81fc15c
Pipeline
#6509
passed with stage
in 1 minute 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
5 deletions
+20
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
index.html
index.html
+1
-1
readme.md
readme.md
+16
-2
No files found.
.gitlab-ci.yml
View file @
ff874c54
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
...
...
index.html
View file @
ff874c54
...
...
@@ -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&source=constructor"
class=
"map-iframe"
frameborder=
"0"
></iframe>
</div>
...
...
readme.md
View file @
ff874c54
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment