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
|
||||
run-name: ${{ gitea.actor }} test ci/cd
|
||||
name: Deploy to snusxd.site
|
||||
run-name: deploy-${{ GITHUB_SHA::10 }}
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
docker-build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: check repository
|
||||
- name: Check repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: docker compose
|
||||
- name: Docker Compose (with Build)
|
||||
run: docker compose up -d --build
|
||||
|
||||
- name: cleanup old images
|
||||
- name: Cleanup
|
||||
run: docker image prune -f
|
||||
|
||||
Reference in New Issue
Block a user