@webhikers/cli 1.1.6 → 1.1.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webhikers/cli",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "CLI for creating and deploying webhikers projects",
5
5
  "type": "module",
6
6
  "bin": {
@@ -149,7 +149,7 @@ export async function createCommand(name) {
149
149
  const projectUuid = project.uuid;
150
150
 
151
151
  console.log(c.dim(" Creating application..."));
152
- const app = await coolifyApi(config, "POST", "/applications", {
152
+ const app = await coolifyApi(config, "POST", "/applications/private-github-app", {
153
153
  project_uuid: projectUuid,
154
154
  server_uuid: config.serverUuid,
155
155
  environment_name: "production",