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.
2 parents 42d3933 + 95b8772 commit d4f4fdeCopy full SHA for d4f4fde
.github/workflows/deploy.yaml
@@ -1,14 +1,9 @@
1
-name: deploy
+name: Deploy
2
3
on:
4
push:
5
branches:
6
- main
7
- - pr-test/*
8
-
9
-concurrency:
10
- group: deploy
11
- cancel-in-progress: false
12
13
jobs:
14
deploy:
@@ -21,11 +16,5 @@ jobs:
21
16
- name: Checkout Repo
22
17
uses: actions/checkout@v4
23
18
24
- - name: Install defang
25
- run: . <(curl -Ls https://s.defang.io/install)
26
27
- - name: Login to Defang
28
- run: defang login
29
30
19
- name: Deploy
31
- run: defang compose up -v --detach
20
+ uses: DefangLabs/defang-github-action@v1.0.4
0 commit comments