Skip to content

Commit 2faf03e

Browse files
authored
Merge pull request #173 from DefangLabs/172-convert-all-samples-to-use-the-defang-gh-action-from-marketplace
Switch all samples to use the defang gh action
2 parents f3d9990 + 9e97cd6 commit 2faf03e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/deploy.yaml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
name: deploy
1+
name: Deploy
22

33
on:
44
push:
55
branches:
66
- main
7-
- pr-test/*
8-
9-
concurrency:
10-
group: deploy
11-
cancel-in-progress: false
127

138
jobs:
149
deploy:
@@ -21,11 +16,5 @@ jobs:
2116
- name: Checkout Repo
2217
uses: actions/checkout@v4
2318

24-
- name: Install defang
25-
run: . <(curl -Ls https://s.defang.io/install)
26-
27-
- name: Login to Defang
28-
run: defang login
29-
3019
- name: Deploy
31-
run: defang compose up -v --detach
20+
uses: DefangLabs/defang-github-action@v1.0.4

0 commit comments

Comments
 (0)