We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5c816 commit 1e6a516Copy full SHA for 1e6a516
1 file changed
.gitpod.yml
@@ -29,7 +29,9 @@ tasks:
29
30
mkdir -p custom/plugins || true
31
mv "$TMP_DIR" "custom/plugins/$EXTENSION_NAME"
32
- command: symfony serve --port=8000
+ command: |
33
+ ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}')
34
+ symfony serve --port=8000
35
36
ports:
37
- port: 8000
0 commit comments