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
|
||||
key:
|
||||
from_secret: deploy-key
|
||||
source: ./build
|
||||
source: ./build/
|
||||
target: /var/www/jshaver_net/pottychart
|
||||
recursive: true
|
||||
args: "-v"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"name": "potty-chart",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "./",
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
|
|
Loading…
Reference in a new issue