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 -1
View File
@@ -45,7 +45,7 @@ jobs:
${{ env.IMAGE_NAME }}:${{ github.sha }}
- name: Deploy to VPS
uses: appleboy/ssh-action@v1.2.0
uses: appleboy/ssh-action@v1.2.5
env:
IMAGE_NAME: ${{ env.IMAGE_NAME }}
GHCR_USERNAME: ${{ github.actor }}
-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