Skip to content

Commit 1ddcede

Browse files
authored
Update VM Deploy.yml
1 parent 816cd47 commit 1ddcede

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/VM Deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525

2626
- name: Deploy via SSH
2727
uses: appleboy/ssh-action@v1.2.1
28-
dockerfile: dev.Dockerfile
2928
with:
3029
host: ${{ secrets.SERVER_IP }}
3130
username: ${{ secrets.SERVER_ADMIN }}
@@ -37,4 +36,4 @@ jobs:
3736
docker compose --profile redis up --build -d
3837
#testing vm deploy
3938

40-
# testing VM Deploy
39+
# testing VM Deploy

0 commit comments

Comments
 (0)