There was an error while loading. Please reload this page.
1 parent a4a2963 commit e6f7546Copy full SHA for e6f7546
1 file changed
.github/workflows/defang.yaml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Defang ${{ github.event.inputs.action || 'up' }} ${{
41
github.event.inputs.stack || 'default stack' }}
42
- uses: DefangLabs/defang-github-action@v1.4.0
+ uses: DefangLabs/defang-github-action@v2
43
with:
44
command: ${{ github.event.inputs.action || 'up' }}
45
stack: ${{ github.event.inputs.stack || '' }}
@@ -51,7 +51,7 @@ jobs:
51
ALLOWED_HOSTS: ${{ secrets.ALLOWED_HOSTS }}
52
53
- name: Deployment Summary
54
55
56
command: services
57
0 commit comments