Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Aug 7, 2024
1 parent 6fab3e3 commit 288ca24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
source ~/.nvm/nvm.sh
cd farcaster-praise-bot
git pull origin main
pm2 stop all
pm2 start --interpreter ~/.bun/bin/bun index.ts
pm2 reload all
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const server = Bun.serve({
port: 3000,
async fetch(req) {
try {
return new Response("Welcome to my Farcaster praise bot!!!");
return new Response("Welcome to my Farcaster praise bot!!!!!");
} catch (e: any) {
return new Response(e.message, { status: 500 });
}
Expand Down

0 comments on commit 288ca24

Please sign in to comment.