Skip to content

Commit 95e6cc0

Browse files
authenticate and deploy to staging
1 parent a23d8dd commit 95e6cc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-changed-samples.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
permissions:
1212
contents: read
1313
id-token: write
14+
env:
15+
DEFANG_FABRIC: fabric-staging.defang.dev:443
1416

1517
steps:
1618
- name: Checkout code
@@ -50,7 +52,7 @@ jobs:
5052
cd $sample
5153
5254
# deploy the sample
53-
defang compose up --cluster fabric-staging.defang.dev:443 --debug
55+
defang compose up --debug
5456
5557
# teardown the sample
5658
defang compose down

0 commit comments

Comments
 (0)