mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Fixed again a typo
This commit is contained in:
parent
7eeaeec06d
commit
0eefaf250a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-deploy.yml
vendored
4
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -58,8 +58,8 @@ jobs:
|
|||
docker pull ghcr.io/marcus7i/marcus7i.net:latest
|
||||
|
||||
# Stop and start the container
|
||||
docker-compose down
|
||||
docker-compose up -d
|
||||
docker compose down
|
||||
docker compose up -d
|
||||
|
||||
# Clean up unused images
|
||||
docker image prune -f
|
||||
Loading…
Add table
Add a link
Reference in a new issue