forked from samuel-p/sp-codes.de
updated .drone.yml
This commit is contained in:
parent
5a225dba03
commit
f9e0041706
3 changed files with 18 additions and 3 deletions
15
.drone.yml
15
.drone.yml
|
@ -3,11 +3,21 @@ type: docker
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls -ashl
|
||||||
- name: build
|
- name: build
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- name: test2
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls -ashl
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
@ -15,6 +25,11 @@ type: docker
|
||||||
name: deploy-develop
|
name: deploy-develop
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls -ashl
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -156,6 +156,6 @@ a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.links a {
|
.contact-links a {
|
||||||
color: #ffffff;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,7 +53,7 @@ eleventyNavigation:
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex justify-content-center flex-wrap my-3 links">
|
<div class="d-flex justify-content-center flex-wrap my-3 contact-links">
|
||||||
<div class="m-2"><a href="mailto:mail@sp-codes.de"><span
|
<div class="m-2"><a href="mailto:mail@sp-codes.de"><span
|
||||||
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
|
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
|
||||||
<div class="m-2"><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">
|
<div class="m-2"><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">
|
||||||
|
|
Loading…
Reference in a new issue