Skip to content

Commit 150feec

Browse files
committed
Merge branch 'main' into 110-bullmq-bull-board-redis-sample
2 parents 3e0a9b7 + 878579d commit 150feec

File tree

543 files changed

+4558
-2392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

543 files changed

+4558
-2392
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
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:
15+
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
id-token: write
19+
20+
steps:
21+
- name: Checkout Repo
22+
uses: actions/checkout@v4
23+
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+
- name: Deploy
31+
run: defang compose up -v --detach

samples/angular-express/README.md

Lines changed: 2 additions & 2 deletions

samples/angular-express/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name: angular-express
21
services:
32
angular-frontend:
43
build:
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
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:
15+
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
18+
id-token: write
19+
20+
steps:
21+
- name: Checkout Repo
22+
uses: actions/checkout@v4
23+
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+
- name: Deploy
31+
run: defang compose up -v --detach

samples/django-postgres/README.md

Lines changed: 7 additions & 3 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)