Update mock and deploy file
This commit is contained in:
parent
7da7c0841a
commit
09464092b6
2 changed files with 1 additions and 2 deletions
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
|
@ -26,4 +26,3 @@ jobs:
|
|||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: npm run deploy:prod
|
||||
- run: ssh ifsalas "pm2 reload all"
|
||||
|
|
|
@ -540,7 +540,7 @@ const user = {
|
|||
username: 'josedasilva',
|
||||
email: 'jose@gmail.com',
|
||||
password: '#jose1234', // TODO: Remove this!
|
||||
firstName: 'Ronaldo',
|
||||
firstName: 'Arthur',
|
||||
lastName: 'Silva',
|
||||
token: 'skdfb9458hnsdfsif4w38r9234ry98423',
|
||||
phone: '31999999999',
|
||||
|
|
Loading…
Reference in a new issue