There was an error while loading. Please reload this page.
1 parent 5555424 commit a958e93Copy full SHA for a958e93
1 file changed
README.md
@@ -106,12 +106,14 @@ obelisk component list
106
107
Now run `app-init` with a new fly app name:
108
```sh
109
-just app-init "$(FLY_APP_NAME=inception ./scripts/json-app-init-itself.sh)"
+NEW_APP_NAME="inception-$(date +%s)"
110
+
111
+just app-init "$(FLY_APP_NAME=$NEW_APP_NAME ./scripts/json-app-init-itself.sh)"
112
```
113
114
Push the secret to the inner app:
115
-FLY_APP_NAME=inception ./scripts/secrets-send.sh .envrc
116
+FLY_APP_NAME=$NEW_APP_NAME ./scripts/secrets-send.sh .envrc
117
118
119
To access the web console, proxy the port 8080 as well.
0 commit comments