From 94634ab01c08fdbc1c10e35fb4759fcad176a24e Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 25 Oct 2023 14:59:23 +0100 Subject: [PATCH 1/2] Update IP for server to .120 --- .dev.env | 2 +- .drone.yml | 4 ++-- .prod.env | 2 +- .stage.env | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.dev.env b/.dev.env index 664b4ed..96c7450 100644 --- a/.dev.env +++ b/.dev.env @@ -7,7 +7,7 @@ # any secret values. BOT_TOKEN= -BOT_VER=3.1.1 +BOT_VER=3.1.3 BOT_AUTHOR=Vylpes BOT_OWNERID=147392775707426816 BOT_CLIENTID=682942374040961060 diff --git a/.drone.yml b/.drone.yml index ae31a87..7626503 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: deploy image: appleboy/drone-ssh settings: - host: 192.168.68.121 + host: 192.168.68.120 username: vylpes password: from_secret: ssh_password @@ -28,7 +28,7 @@ steps: - name: stage image: appleboy/drone-ssh settings: - host: 192.168.68.121 + host: 192.168.68.120 username: vylpes password: from_secret: ssh_password diff --git a/.prod.env b/.prod.env index ea02143..97a4e6d 100644 --- a/.prod.env +++ b/.prod.env @@ -7,7 +7,7 @@ # any secret values. BOT_TOKEN= -BOT_VER=3.1.1 +BOT_VER=3.1.3 BOT_AUTHOR=Vylpes BOT_OWNERID=147392775707426816 BOT_CLIENTID=680083120896081954 diff --git a/.stage.env b/.stage.env index 17044dd..7112998 100644 --- a/.stage.env +++ b/.stage.env @@ -7,7 +7,7 @@ # any secret values. BOT_TOKEN= -BOT_VER=3.1.1 +BOT_VER=3.1.3 BOT_AUTHOR=Vylpes BOT_OWNERID=147392775707426816 BOT_CLIENTID=1016767908740857949 From fcd6ecf06b679e02aded134a282bc5591146d780 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Wed, 25 Oct 2023 15:00:16 +0100 Subject: [PATCH 2/2] v3.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7b2119..546d956 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vylbot-app", - "version": "3.1.2", + "version": "3.1.3", "description": "A discord bot made for Vylpes' Den", "main": "./dist/vylbot", "typings": "./dist",