Skip to content

Commit 40f03f5

Browse files
committed
Update workflow
1 parent ecfb897 commit 40f03f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
build:
11-
runs-on: self-hosted
10+
deploy:
11+
runs-on:
12+
- self-hosted
1213
steps:
13-
- uses: actions/checkout@v2
14-
15-
# Pull the repo
16-
- name: Pull latest changes
17-
run: git pull
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
- run: docker compose -f docker-compose.yml build
17+
- run: docker compose -f docker-compose.yml up -d

0 commit comments

Comments
 (0)