run402 1.59.0 → 1.60.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ jobs:
|
|
|
88
88
|
steps:
|
|
89
89
|
- uses: actions/checkout@v4
|
|
90
90
|
- name: Deploy to run402
|
|
91
|
-
run: npx --yes run402@1.
|
|
91
|
+
run: npx --yes run402@1.60.0 deploy apply --manifest 'run402.deploy.json' --project 'prj_...'
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
CI deploys can ship `site`, `functions`, and `database` changes. Keep secrets, domains, subdomains, routes, checks, and non-current base changes in a local `run402 deploy apply` where the full allowance-backed authority is present.
|
package/package.json
CHANGED