fix: wire CLI profile URL

This commit is contained in:
Thomas E Lackey 2020-11-30 11:17:22 -06:00
parent 0ced4c7fe7
commit 26b16785f1
2 changed files with 4 additions and 2 deletions

View File

@ -36,11 +36,12 @@ jobs:
yarn lerna publish from-package --force-publish -y
# Publish to WNS
yarn wire profile init --name $WIRE_PROFILE --template-url https://apollo1.kube.moon.dxos.network/dxos/ipfs/gateway/QmcVUWB3a5JAhc8nJD1UYoWpkPXiqpuXWCBzemyBvzUCXD
yarn wire profile init --name $WIRE_PROFILE --template-url "$WIRE_PROFILE_URL"
export PKG_CHANNEL="@beta"
scripts/deploy_apps_to_wns.sh
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
WIRE_WNS_USER_KEY: ${{secrets.wns_user_key}}
WIRE_WNS_BOND_ID: ${{secrets.wns_bond_id}}
WIRE_PROFILE_URL: ${{secrets.wire_profile_url}}
WIRE_PROFILE: ci

View File

@ -37,10 +37,11 @@ jobs:
yarn lerna publish from-package --force-publish -y
# Publish to WNS
yarn wire profile init --name $WIRE_PROFILE --template-url https://apollo1.kube.moon.dxos.network/dxos/ipfs/gateway/QmcVUWB3a5JAhc8nJD1UYoWpkPXiqpuXWCBzemyBvzUCXD
yarn wire profile init --name $WIRE_PROFILE --template-url "$WIRE_PROFILE_URL"
scripts/deploy_apps_to_wns.sh
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
WIRE_WNS_USER_KEY: ${{secrets.wns_user_key}}
WIRE_WNS_BOND_ID: ${{secrets.wns_bond_id}}
WIRE_PROFILE_URL: ${{secrets.wire_profile_url}}
WIRE_PROFILE: ci