We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8845d commit a23d8ddCopy full SHA for a23d8dd
.github/workflows/deploy-changed-samples.yml
@@ -50,7 +50,7 @@ jobs:
50
cd $sample
51
52
# deploy the sample
53
- defang compose up --cluster fabric-staging.defang.dev:443
+ defang compose up --cluster fabric-staging.defang.dev:443 --debug
54
55
# teardown the sample
56
defang compose down
0 commit comments