Compare commits
No commits in common. "b0a3e48890b120058fb049646bf113fa902f8abe" and "43a01a753ba9e2938f616ead079a92549bac6f17" have entirely different histories.
b0a3e48890
...
43a01a753b
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ steps:
|
||||||
port: 22
|
port: 22
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
script:
|
script:
|
||||||
- cd ~/compose/shbot && docker compose pull shbot && docker compose up -d shbot
|
- cd /root && docker compose pull shbot && docker compose up -d shbot
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
py-cord==2.5.0
|
py-cord==2.4.1
|
||||||
|
|
Loading…
Reference in a new issue