Skip to content

Commit

Permalink
sd
Browse files Browse the repository at this point in the history
  • Loading branch information
huziibee committed Jan 8, 2024
1 parent edadf53 commit 469f261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lightsail-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
cd aws-b-app-1
sudo npm install
sudo npm install pm2 -g
pm2 start server.js
forever start server.js
2 changes: 1 addition & 1 deletion AWS-APP/Login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Logins</title>
<title>Login</title>
<link rel="stylesheet" href="../styles.css" />
</head>
<body>
Expand Down

0 comments on commit 469f261

Please sign in to comment.