💚 Update workflow for forgejo instance
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m15s
All checks were successful
Deploy website / build-and-deploy (push) Successful in 6m15s
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
2c0141b609
commit
267a10a1cd
4 changed files with 42 additions and 41 deletions
16
.forgejo/workflows/deploy.yml
Normal file
16
.forgejo/workflows/deploy.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
name: Deploy website
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- 'README.md' # Ignore changes to README.md
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: host
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Run docker-compose
|
||||
run: docker compose up -d --build
|
Loading…
Add table
Add a link
Reference in a new issue