Skip to content

Auto Renew Server

Auto Renew Server #27

name: Auto Renew Server
on:
schedule:
- cron: '0 */3 * * *'
workflow_dispatch: # 允许手动触发
jobs:
auto_renew:
runs-on: ubuntu-latest
steps:
- name: Execute command using Repo Secrets
run: sshpass -p '${{ secrets.AUTO_RENEW_SERV00 }}' ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -tt [email protected] "/home/qingyuwuxi/.npm-global/bin/pm2 resurrect && exit"