feat(deploy): update ssh-action version and remove container_name from docker-compose

This commit is contained in:
MythEclipse
2026-06-01 11:27:51 +07:00
parent 8310e58239
commit 1ab0fdf884
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ services:
app:
build: .
image: ${IMAGE_NAME:-ghcr.io/mytheclipse/gmw:latest}
container_name: imphenbot-app
restart: unless-stopped
env_file:
- .env