Skip to content

Commit

Permalink
fix: include FQDN in registration
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Dec 2, 2020
1 parent d86e3b6 commit 9d4e9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli-machine/src/modules/machine.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ export const MachineModule = ({ config }) => {
- export WIRE_WNS_USER_KEY=${userKey}
- export WIRE_WNS_BOND_ID=${bondId}
- if [ "${register ? 1 : 0}" = "1" ]; then while [ ! -f "$HOME/.wire/bots/service.yml" ]; do sleep 1; done; fi
- if [ "${register ? 1 : 0}" = "1" ]; then ./ipfs_auto_publish.sh "${wrnRoot}/service/ipfs/${boxName}"; fi
- if [ "${register ? 1 : 0}" = "1" ]; then ./botfactory_auto_publish.sh "${wrnRoot}/service/bot-factory/${boxName}"; fi
- if [ "${register ? 1 : 0}" = "1" ]; then ./ipfs_auto_publish.sh "${wrnRoot}/service/ipfs/${boxName}" "${boxFullyQualifiedName}"; fi
- if [ "${register ? 1 : 0}" = "1" ]; then ./botfactory_auto_publish.sh "${wrnRoot}/service/bot-factory/${boxName}" "${boxFullyQualifiedName}"; fi
`;

// from https://developers.digitalocean.com/documentation/changelog/api-v2/new-size-slugs-for-droplet-plan-changes/
Expand Down

0 comments on commit 9d4e9be

Please sign in to comment.