@ossy/deployment-tools 0.0.49 → 0.0.50

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": "@ossy/deployment-tools",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "Collection of scripts and tools to aid deployment of containers and static files to Amazon Web Services through GitHub Actions",
5
5
  "source": "./src/index.js",
6
6
  "main": "./src/index.js",
@@ -9,7 +9,7 @@ User=caddy
9
9
  Group=caddy
10
10
  AmbientCapabilities=CAP_NET_BIND_SERVICE
11
11
  CapabilityBoundingSet=CAP_NET_BIND_SERVICE
12
- ExecStart=/usr/bin/npx --yes @ossy/deployment-tools start --platforms /home/ubuntu/platform-config.json
12
+ ExecStart=/usr/bin/npx --yes @ossy/deployment-tools server start --platforms /home/ubuntu/platform-config.json
13
13
  Restart=on-failure
14
14
 
15
15
  [Install]