fix: update deployment path from 'out' to 'build' in Node.js workflow
All checks were successful
GBCI / build (push) Successful in 1m59s
All checks were successful
GBCI / build (push) Successful in 1m59s
This commit is contained in:
parent
d16e56de9a
commit
96ca063a8e
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ jobs:
|
|||
- name: Deploy to production
|
||||
run: |
|
||||
sudo rm -rf /opt/gbo/websites/docs.pragmatismo.com.br/*
|
||||
sudo cp -r ./out/. /opt/gbo/websites/docs.pragmatismo.com.br/
|
||||
sudo cp -r ./build/. /opt/gbo/websites/docs.pragmatismo.com.br/
|
Loading…
Add table
Reference in a new issue