.
This commit is contained in:
parent
dcc6abcd64
commit
d8e5e56514
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd nodbot-v3 # we move into our app's folder
|
cd infrabot # we move into our app's folder
|
||||||
git pull # we pull any changes from git
|
git pull # we pull any changes from git
|
||||||
npm prune # we remove any unused dependencies
|
npm prune # we remove any unused dependencies
|
||||||
npm install # we install any missing dependencies
|
npm install # we install any missing dependencies
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"isDev": false,
|
"isDev": false,
|
||||||
"clientId": "858181619721175050",
|
"clientId": "732326394054574120",
|
||||||
"guildId": "760701839427108874",
|
"guildId": "760701839427108874",
|
||||||
"devChannelId": "890752931643654144",
|
"devChannelId": "890752931643654144",
|
||||||
"guildName": "CumbHub",
|
"guildName": "CumbHub",
|
||||||
|
Loading…
Reference in New Issue
Block a user