Skip to content

Commit

Permalink
Align maintenance window and improve service logging
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Nov 9, 2024
1 parent af3a162 commit 3daded1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
SCRIPT_AFTER: |
cd "${{ vars.DEPLOY_DIR }}/${{ env.SERVICE_NAME }}"
npm install --omit=dev
pm2 restart "${{ env.SERVICE_NAME }}" --cron-restart="55 7 * * *"
pm2 restart "${{ env.SERVICE_NAME }}" --cron-restart="15 7 * * *" --log-date-format="YYYY-MM-DD HH:mm Z"
pm2 save
echo $RSYNC_STDOUT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ardent-api",
"version": "4.5.0",
"version": "4.6.0",
"description": "Ardent API provides access to data submitted to EDDN",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3daded1

Please sign in to comment.