diff --git a/.drone.yml b/.drone.yml index 4aa32d9..0621ecc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,7 +53,7 @@ steps: port: 22 command_timeout: 2m script: - - cd /root && docker compose pull shbot && docker compose up -d shbot + - cd ~/compose/shbot && docker compose pull shbot && docker compose up -d shbot when: branch: - master diff --git a/requirements.txt b/requirements.txt index 5f27b6b..d519adb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -py-cord==2.4.1 +py-cord==2.5.0