Added automatic Website Publication
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0b4fd832ab
commit
e1f580f939
13
.drone.yml
13
.drone.yml
@ -12,6 +12,19 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
tags: ${DRONE_COMMIT_BRANCH}
|
tags: ${DRONE_COMMIT_BRANCH}
|
||||||
|
|
||||||
|
- name: publish Website
|
||||||
|
image: appleboy/drone-ssh
|
||||||
|
settings:
|
||||||
|
host: freifunk-rhein-sieg.net
|
||||||
|
port: 22
|
||||||
|
username: dronebot
|
||||||
|
password:
|
||||||
|
from_secret: ffrs_server_password
|
||||||
|
script:
|
||||||
|
- cd /opt/docker/ffrs-website-docker-compose/
|
||||||
|
- docker-compose pull
|
||||||
|
- docker-compose up -d
|
||||||
|
|
||||||
- name: slack
|
- name: slack
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
Reference in New Issue
Block a user