@stacksjs/buddy 0.70.62 → 0.70.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -687,7 +687,7 @@ async function runHetznerDeploy(args) {
687
687
  }
688
688
  ip = box.publicIp;
689
689
  log.info(`Attaching to '${attachTo}' box '${box.serverName}' (${ip}) \u2014 skipping provisioning`);
690
- const stackName = `${tsCloudConfig.project?.slug || "app"}-${environment}-app`, stateDir = join(process.cwd(), ".ts-cloud", "state");
690
+ const stackName = tsCloudConfig.project?.stackName || `${tsCloudConfig.project?.slug || "app"}-${environment}`, stateDir = join(process.cwd(), ".ts-cloud", "state");
691
691
  mkdirSync(stateDir, { recursive: !0 });
692
692
  writeFileSync(join(stateDir, `${stackName}.json`), `${JSON.stringify({
693
693
  stackName,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/buddy",
3
3
  "type": "module",
4
- "version": "0.70.62",
4
+ "version": "0.70.64",
5
5
  "description": "Meet Buddy. The Stacks runtime.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [