Adjusting deploy prod workflow

This commit is contained in:
Leonardo Murça 2022-09-22 11:03:13 -03:00
parent 09464092b6
commit f46bef4b33
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"deploy:prod": "rsync -avz --progress build/ ifsalas:/home/ifsalas/web/prod" "deploy:prod": "rsync -avz --progress build/ ifsalas:/home/ifsalas/web/prod --delete"
}, },
"eslintConfig": { "eslintConfig": {
"extends": [ "extends": [

View file

@ -537,10 +537,10 @@ const allPeople = [
const user = { const user = {
id: '123', id: '123',
ra: '0021123', ra: '0021123',
username: 'josedasilva', username: 'ronaldosilva',
email: 'jose@gmail.com', email: 'ronaldo@gmail.com',
password: '#jose1234', // TODO: Remove this! password: '#ronaldo1234', // TODO: Remove this!
firstName: 'Arthur', firstName: 'Ronaldo',
lastName: 'Silva', lastName: 'Silva',
token: 'skdfb9458hnsdfsif4w38r9234ry98423', token: 'skdfb9458hnsdfsif4w38r9234ry98423',
phone: '31999999999', phone: '31999999999',