Compare commits

...

2 Commits

Author SHA1 Message Date
DutchEllie 683b644227
Added deploy step
continuous-integration/drone/push Build is passing Details
2022-05-19 13:36:14 +02:00
DutchEllie 5a6ff25b2a
Update .gitignore 2022-05-19 13:30:35 +02:00
2 changed files with 32 additions and 2 deletions

View File

@ -200,4 +200,32 @@ depends_on:
- pepebot_build_arm64
- pepebot_build_amd64
- pepebot_service_build_arm64
- pepebot_service_build_amd64
- pepebot_service_build_amd64
---
kind: pipeline
type: kubernetes
name: deploy_on_pi
trigger:
branch:
- main
steps:
- name: deploy
image: appleboy/drone-ssh
settings:
host: home.dutchellie.nl
port: 223
username: ellie
key:
from_secret: ssh_key
script:
- cd /home/ellie/pepebot
- docker-compose pull app
- docker-compose pull pepe_service
- docker-compose up -d
depends_on:
- manifest

4
.gitignore vendored
View File

@ -1 +1,3 @@
discordtoken.txt
discordtoken.txt
deploy_ed25519
deploy_ed25519.pub