feat: update Next.js configuration, add 'use client' directive to multiple components, and create new pages for music, editor, and videos
All checks were successful
GBCI / build (push) Successful in 2m17s
All checks were successful
GBCI / build (push) Successful in 2m17s
This commit is contained in:
parent
c2352564be
commit
a851150d45
1 changed files with 2 additions and 2 deletions
|
@ -29,5 +29,5 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
run: |
|
run: |
|
||||||
sudo rm -rf /opt/gbo/websites/next.generalbots.online/*
|
sudo rm -rf /opt/gbo/websites/gb6.pragmatismo.com.br/*
|
||||||
sudo cp -r ./out/. /opt/gbo/websites/next.generalbots.online/
|
sudo cp -r ./out/. /opt/gbo/websites/gb6.pragmatismo.com.br/
|
Loading…
Add table
Reference in a new issue