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 →
{
"name": "git push",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 90
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
],
"id": "307507c8-a407-47aa-8dd2-6a3060ecee0b",
"name": "Schedule Trigger"
},
{
"parameters": {
"command": "=set -e\ncd /mnt/data/saberprojects/iranseda-crawler-golang-/ &&\ngit fetch origin download-db &&\ngit reset --hard origin/download-db &&\ngit add . &&\ngit commit -m \"auto update from n8n\" || echo \"No changes to commit\" &&\ngit push origin download-db\n",
"cwd": "/mnt/data/saberprojects/iranseda-crawler-golang-/"
},
"type": "n8n-nodes-base.ssh",
"typeVersion": 1,
"position": [
220,
0
],
"id": "999af3ad-279a-4607-9565-29e81fab4ecb",
"name": "SSH",
"credentials": {
"sshPassword": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "SSH",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "fe05705f-fbea-471c-94fd-f735697532f0",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "O9LlcsG1iDucUzup",
"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.
sshPassword
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
git push. Uses ssh. Scheduled trigger; 2 nodes.
Source: https://github.com/saber13812002/Automated-Multi-Step-Content-Processing-and-SEO-Optimization-System/blob/5746289ce59056e31173df3724020d0659373f3c/n8n/git_push.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.