fix some build and deploy issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e70216b42b
commit
bb9735a143
2 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,7 @@ steps:
|
||||||
user: deploy
|
user: deploy
|
||||||
key:
|
key:
|
||||||
from_secret: deploy-key
|
from_secret: deploy-key
|
||||||
source: ./build
|
source: ./build/
|
||||||
target: /var/www/jshaver_net/pottychart
|
target: /var/www/jshaver_net/pottychart
|
||||||
recursive: true
|
recursive: true
|
||||||
args: "-v"
|
args: "-v"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "potty-chart",
|
"name": "potty-chart",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"homepage": "./",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "^5.16.5",
|
"@testing-library/jest-dom": "^5.16.5",
|
||||||
"@testing-library/react": "^13.4.0",
|
"@testing-library/react": "^13.4.0",
|
||||||
|
|
Loading…
Reference in a new issue