From fb0c5302b0365d8dce04617cf2e71ea8a6c0ce3b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 8 Aug 2020 12:37:39 -0700 Subject: [PATCH] fix(gatsby-ipfs-web-wallet): Bumping to v1.9.0 --- .travis.yml | 2 +- deploy-production.sh | 13 +++++++++++++ package-lock.json | 12 ++++++------ package.json | 8 ++++---- 4 files changed, 24 insertions(+), 11 deletions(-) create mode 100755 deploy-production.sh diff --git a/.travis.yml b/.travis.yml index 74368bd..b5884ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ deploy: provider: script skip_cleanup: true script: - - npx semantic-release + - npx semantic-release && ./deploy-production.sh diff --git a/deploy-production.sh b/deploy-production.sh new file mode 100755 index 0000000..1ad1105 --- /dev/null +++ b/deploy-production.sh @@ -0,0 +1,13 @@ +# Triggers a webhook to update the server + +#!/bin/bash +#echo $DEPLOY_SECRET + +echo "Deploy to production...." + +export DATA="{\"ref\":\"$DEPLOY_SECRET\"}" + +#echo $DATA + +curl -X POST http://fullstack.cash:9000/hooks/wallet.fullstack.cash -H "Content-Type: application/json" -d $DATA +echo "...Finished deploying to production." diff --git a/package-lock.json b/package-lock.json index 575bc30..9f3b06c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "bch-wallet-starter", + "name": "wallet.fullstack.cash", "version": "1.0.0", "lockfileVersion": 1, "requires": true, @@ -4832,8 +4832,8 @@ } }, "bch-wallet-plugin-postoffice": { - "version": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ddc6f804f64211894981e734292178d1212f06c0", - "from": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice", + "version": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#7f8d5c7796f7357e7db310672d5e38dda430a967", + "from": "github:Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable", "requires": { "bitcore-payment-protocol": "^8.1.1", "slpjs": "0.22.5" @@ -25446,9 +25446,9 @@ "integrity": "sha512-zCTP6Qd/WwjrpuHFkJuXc5opRdKprUr7eI7+JCCtcetThJt45qptu82MWQ+eET+FtDrMo7+BYjo3iD0XIq1L9Q==" }, "jsrsasign": { - "version": "8.0.22", - "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.22.tgz", - "integrity": "sha512-AmczAOgTkoUVyjgv6XOx2SQMdwCdKzkrYmqBuI0UwYTdtFLcHj0WhmzBRpaCIIbPq3xRFIaT/uaC/PKkoaA57w==" + "version": "8.0.23", + "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-8.0.23.tgz", + "integrity": "sha512-COwd/XmwaxBwf/6E3FO21DGK504KdjfNMYv6hVd2q6W6lzTeaL2UKQ0cIBw6SFMBCdaQl8fGUm4dHFt7Wmo9xw==" }, "jsx-ast-utils": { "version": "2.4.1", diff --git a/package.json b/package.json index 811cc92..f5fc2c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "bch-wallet-starter", - "description": "A BCH web wallet starter for Gatsby.", + "name": "wallet.fullstack.cash", + "description": "A Gatsby IPFS-enabled web app and BCH web wallet.", "version": "1.0.0", "license": "MIT", "author": "Chris Troutner ", @@ -19,9 +19,9 @@ "test": "npm run lint" }, "dependencies": { - "bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice", + "bch-wallet-plugin-postoffice": "Permissionless-Software-Foundation/bch-wallet-plugin-postoffice#ct-unstable", "gatsby": "^2.23.7", - "gatsby-ipfs-web-wallet": "^1.8.0", + "gatsby-ipfs-web-wallet": "^1.9.0", "gatsby-plugin-compile-es6-packages": "^2.1.0" }, "repository": {