Compare commits

..

No commits in common. "683b6442272b8f02ad081abf937451c19a3e078a" and "8decbdbc04dd2291064c1117e8bdd3a20848b8a0" have entirely different histories.

2 changed files with 2 additions and 32 deletions

View File

@ -200,32 +200,4 @@ depends_on:
- pepebot_build_arm64 - pepebot_build_arm64
- pepebot_build_amd64 - pepebot_build_amd64
- pepebot_service_build_arm64 - 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,3 +1 @@
discordtoken.txt discordtoken.txt
deploy_ed25519
deploy_ed25519.pub