AutomationFlowsGeneral › Scheduled SSH Site Generation

Scheduled SSH Site Generation

Original n8n title: Generate_site.go

generate_site.go. Uses ssh. Scheduled trigger; 2 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity2 nodesSsh
General Trigger: Cron / scheduled Nodes: 2 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "generate_site.go",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 2
            }
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        0,
        0
      ],
      "id": "25e1dcfd-68d5-4b02-9713-32b0794b4d5a",
      "name": "Schedule Trigger"
    },
    {
      "parameters": {
        "command": "=source venv/bin/activate \\\n&& export ENVIRONMENT=server \\\n&& export DB_HOST=192.168.2.160 DB_PORT=3306 DB_USER=n8nuser DB_PASS='StrongPassword123!' DB_NAME=radio \\\n&& export GITHUB_USER=saber13812002 GITHUB_REPO=iranseda-crawler-golang- GITHUB_BRANCH=download-db \\\n&& python3 generate_site.py",
        "cwd": "/mnt/data/saberprojects/iranseda-crawler-golang-/"
      },
      "type": "n8n-nodes-base.ssh",
      "typeVersion": 1,
      "position": [
        220,
        0
      ],
      "id": "045faad7-6354-4f1e-90d1-7681f1dd8196",
      "name": "SSH",
      "credentials": {
        "sshPassword": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "SSH",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a1cfbf0a-3a6c-416f-8e56-9a6f690f7474",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "ENjqGbKnzobVUoWU",
  "tags": [
    {
      "createdAt": "2025-06-03T15:01:33.745Z",
      "updatedAt": "2025-06-03T15:01:33.745Z",
      "id": "pCA0nbWXNHSwikBk",
      "name": "persian"
    }
  ]
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

generate_site.go. Uses ssh. Scheduled trigger; 2 nodes.

Source: https://github.com/saber13812002/Automated-Multi-Step-Content-Processing-and-SEO-Optimization-System/blob/ee277aa227976b1d0f5ea19dbe450824104bed1b/n8n/generate_site_go.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

srt clean. Uses ssh. Scheduled trigger; 2 nodes.

Ssh
General

suball. Uses ssh. Scheduled trigger; 2 nodes.

Ssh
General

srt. Uses ssh. Scheduled trigger; 2 nodes.

Ssh
General

scan.go copy. Uses ssh. Scheduled trigger; 2 nodes.

Ssh
General

This n8n workflow template is designed to help system administrators and DevOps professionals monitor key resource usage metrics — CPU, RAM, and Disk — on a VPS (Virtual Private Server). The workflow

Email Send, Ssh