Skip to content

PauseAI/n8n-automations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

PauseAI N8N Automations

This repository is to keep track of how PauseAI does automations, and to have a place to discuss issues. We used to use Zapier, but migrated to n8n early 2025.

Instance

  • Hosted on DigitalOcean, managed by Joep Meindertsma

Upgrading n8n

There's a cronjob running:

0 3 * * * cd /opt/n8n-docker-caddy && docker compose pull && docker compose down && docker compose up -d >> /var/log/n8n-update.log 2>&1

If that fails, this is the manual process: Log in to the droplet console and execute these commands:

cd /opt/n8n-docker-caddy
docker compose pull
docker compose down
docker compose up -d

Automations

New Member

On new Airtable Members, create a discord message to the pipeline and add a volunteer role.

This is disabled, as we use Airtable to send summaries to chapter leads. The volunteer role doesn't work because we need Discord IDs.

Netlify Build

Creates a message on build fails in #software-updates.

About

PauseAI n8n automations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published