forked from cryptohagen.dk/website
Compare commits
12 commits
master
...
test-notif
Author | SHA1 | Date | |
---|---|---|---|
Jesper Hess | 1cf0a8352b | ||
Jesper Hess | 0a7ed0ff54 | ||
Jesper Hess | 0c84375ef7 | ||
Jesper Hess | 7f892b1fcb | ||
Jesper Hess | 9c7ce06ae1 | ||
Jesper Hess | 35afda7aa6 | ||
Jesper Hess | 48e35e8355 | ||
Jesper Hess | f22a4273cd | ||
Jesper Hess | 3ff95a66b5 | ||
Jesper Hess | 2e8e7e26e0 | ||
Jesper Hess | c5e0c3b779 | ||
Jesper Hess | 28aa4b994f |
31
.drone.yml
31
.drone.yml
|
@ -1,12 +1,15 @@
|
||||||
pipeline:
|
kind: pipeline
|
||||||
build:
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
docker:
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: docker.data.coop/cryptohagen-website
|
repo: docker.data.coop/cryptohagen-website
|
||||||
registry: docker.data.coop
|
registry: docker.data.coop
|
||||||
|
@ -21,15 +24,13 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
#
|
|
||||||
# notify:
|
- name: notify
|
||||||
# image: plugins/matrix
|
image: plugins/matrix
|
||||||
# secrets: [matrix_username, matrix_password]
|
settings:
|
||||||
# settings:
|
homeserver: https://data.coop
|
||||||
# homeserver: https://data.coop
|
roomid: plKSghHbepWeUEtbHE:data.coop
|
||||||
# roomid: plKSghHbepWeUEtbHE:data.coop
|
username:
|
||||||
# username:
|
from_secret: matrix_username
|
||||||
# from_secret: matrix_username
|
password:
|
||||||
# password:
|
from_secret: matrix_password
|
||||||
# from_Secret: matrix_password
|
|
||||||
#
|
|
||||||
|
|
Loading…
Reference in a new issue