Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Crimento committed Apr 8, 2024
1 parent 76c236a commit e8baf04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
nvm install 20
nvm use 20
npm install
npm install pm2
npm run build
$test = "Can I print data like this?"
echo $test
pm2 delete crmn.to
pm2 start ecosystem.config.cjs
"

0 comments on commit e8baf04

Please sign in to comment.