Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulov1337 committed Dec 15, 2024
1 parent d86ad7d commit e5023d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# 1. Checkout репозиторий
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# 2. Сборка Docker-образа
- name: Build Docker Images
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

# 5. Развертывание на виртуалке
- name: Deploy on Virtual Machine
uses: appleboy/ssh-action@v0.5.3
uses: appleboy/ssh-action@v1.2.0
with:
host: 37.139.41.110
username: ubuntu
Expand Down

0 comments on commit e5023d4

Please sign in to comment.