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 a23d8dd commit 95e6cc0Copy full SHA for 95e6cc0
.github/workflows/deploy-changed-samples.yml
@@ -11,6 +11,8 @@ jobs:
11
permissions:
12
contents: read
13
id-token: write
14
+ env:
15
+ DEFANG_FABRIC: fabric-staging.defang.dev:443
16
17
steps:
18
- name: Checkout code
@@ -50,7 +52,7 @@ jobs:
50
52
cd $sample
51
53
54
# deploy the sample
- defang compose up --cluster fabric-staging.defang.dev:443 --debug
55
+ defang compose up --debug
56
57
# teardown the sample
58
defang compose down
0 commit comments