updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Samuel Philipp 2020-06-18 22:23:41 +02:00
parent 5a225dba03
commit f9e0041706
3 changed files with 18 additions and 3 deletions

View file

@ -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:

View file

@ -156,6 +156,6 @@ a {
} }
} }
.links a { .contact-links a {
color: #ffffff; color: #ffffff !important;
} }

View file

@ -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">