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
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- pwd
|
||||
- ls -ashl
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- name: test2
|
||||
image: alpine
|
||||
commands:
|
||||
- pwd
|
||||
- ls -ashl
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -15,6 +25,11 @@ type: docker
|
|||
name: deploy-develop
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- pwd
|
||||
- ls -ashl
|
||||
- name: deploy
|
||||
image: alpine
|
||||
environment:
|
||||
|
|
|
@ -156,6 +156,6 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.links a {
|
||||
color: #ffffff;
|
||||
.contact-links a {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ eleventyNavigation:
|
|||
</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
|
||||
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">
|
||||
|
|
Loading…
Reference in a new issue