Skip to content

Commit

Permalink
fix: Fix workflow (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLuceus committed Jul 29, 2023
1 parent 2147491 commit 41fd9d3
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
run: |
echo "$DEPLOY_KEY" > deploy_key
chmod 600 deploy_key
ssh -i deploy_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@$SERVER_IP "/home/luceus/melvin/deploy.sh"
ssh -i deploy_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null luceus@$SERVER_IP "/home/luceus/melvin/deploy.sh"
rm -f deploy_key
96 changes: 48 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://github.com/LordLuceus/melvin.git"
},
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.1.0",
"@dice-roller/rpg-dice-roller": "^5.2.1",
"@prisma/client": "^4.13.0",
"@sapphire/discord.js-utilities": "^6.0.7",
"@sapphire/framework": "^4.4.3",
Expand Down

0 comments on commit 41fd9d3

Please sign in to comment.