Skip to content

Commit

Permalink
Merge pull request #173 from DefangLabs/172-convert-all-samples-to-us…
Browse files Browse the repository at this point in the history
…e-the-defang-gh-action-from-marketplace

Switch all samples to use the defang gh action
  • Loading branch information
raphaeltm authored Aug 14, 2024
2 parents 8f9afbb + 0a60720 commit 91ac270
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: deploy
name: Deploy

on:
push:
branches:
- main
- pr-test/*

concurrency:
group: deploy
cancel-in-progress: false

jobs:
deploy:
Expand All @@ -21,11 +16,5 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Install defang
run: . <(curl -Ls https://s.defang.io/install)

- name: Login to Defang
run: defang login

- name: Deploy
run: defang compose up -v --detach
uses: DefangLabs/defang[email protected]

0 comments on commit 91ac270

Please sign in to comment.