Adjusting deploy prod workflow
This commit is contained in:
parent
09464092b6
commit
f46bef4b33
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"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": {
|
||||
"extends": [
|
||||
|
|
|
@ -537,10 +537,10 @@ const allPeople = [
|
|||
const user = {
|
||||
id: '123',
|
||||
ra: '0021123',
|
||||
username: 'josedasilva',
|
||||
email: 'jose@gmail.com',
|
||||
password: '#jose1234', // TODO: Remove this!
|
||||
firstName: 'Arthur',
|
||||
username: 'ronaldosilva',
|
||||
email: 'ronaldo@gmail.com',
|
||||
password: '#ronaldo1234', // TODO: Remove this!
|
||||
firstName: 'Ronaldo',
|
||||
lastName: 'Silva',
|
||||
token: 'skdfb9458hnsdfsif4w38r9234ry98423',
|
||||
phone: '31999999999',
|
||||
|
|
Loading…
Reference in a new issue