Files
easypanel-supabase-compose/twenty/update.sh
T
serban-alexandru 03e9670915 twenty and dify
2024-07-26 17:00:47 +03:00

14 lines
225 B
Bash

#!/bin/bash
if [ ! -d "./repo" ]; then
git clone --depth 1 --branch main --single-branch git@github.com:twentyhq/twenty.git repo
else
cd repo
git pull
cd ..
fi
cp -r ./repo/packages/twenty-docker/. ./code