ci/cd: update deploy workflow naming and improve step descriptions
All checks were successful
Deploy to snusxd.site / docker-build (push) Successful in 46s
All checks were successful
Deploy to snusxd.site / docker-build (push) Successful in 46s
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
name: land deploy
|
name: Deploy to snusxd.site
|
||||||
run-name: ${{ gitea.actor }} test ci/cd
|
run-name: deploy-${{ GITHUB_SHA::10 }}
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-build:
|
docker-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: check repository
|
- name: Check repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: docker compose
|
- name: Docker Compose (with Build)
|
||||||
run: docker compose up -d --build
|
run: docker compose up -d --build
|
||||||
|
|
||||||
- name: cleanup old images
|
- name: Cleanup
|
||||||
run: docker image prune -f
|
run: docker image prune -f
|
||||||
|
|||||||
Reference in New Issue
Block a user