diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 13aedd38..19ccb990 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -137,4 +137,5 @@ jobs: # to see the startup messages, which include the environment variables loaded from the .env file. sleep 5 # Wait a few seconds for the app to start and log its output. pm2 describe flyer-crawler-api || echo "Could not find pm2 process." - pm2 logs flyer-crawler-api --lines 20 --nostream || echo "Could not find pm2 process." \ No newline at end of file + pm2 logs flyer-crawler-api --lines 20 --nostream || echo "Could not find pm2 process." + pm2 env 0 || echo "Could not find pm2 process." \ No newline at end of file