From a851150d45182e7668f4ee82fbf80064cb82269f Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 27 Apr 2025 15:53:33 -0300 Subject: [PATCH] feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos --- .forgejo/workflows/node.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml index 367cf5f..461dddf 100644 --- a/.forgejo/workflows/node.yaml +++ b/.forgejo/workflows/node.yaml @@ -29,5 +29,5 @@ jobs: - name: Deploy to production run: | - sudo rm -rf /opt/gbo/websites/next.generalbots.online/* - sudo cp -r ./out/. /opt/gbo/websites/next.generalbots.online/ \ No newline at end of file + sudo rm -rf /opt/gbo/websites/gb6.pragmatismo.com.br/* + sudo cp -r ./out/. /opt/gbo/websites/gb6.pragmatismo.com.br/ \ No newline at end of file