From 4427cb9f31044f5a8ddb943260bb81521e89a568 Mon Sep 17 00:00:00 2001 From: Ravencodess <115118888+Ravencodess@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:33:00 +0100 Subject: [PATCH] Update staging-deployment.yml Signed-off-by: Ravencodess <115118888+Ravencodess@users.noreply.github.com> --- .github/workflows/staging-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-deployment.yml b/.github/workflows/staging-deployment.yml index 61efbe1dd..2f0d73f60 100644 --- a/.github/workflows/staging-deployment.yml +++ b/.github/workflows/staging-deployment.yml @@ -74,4 +74,4 @@ jobs: tar -xzf nextjs-staging.tar.gz rm -f nextjs-staging.tar.gz cp -r .next/standalone/* . - pm2 restart boilerplate-staging --update-env + pm2 restart nextjs_boilerplate --update-env