Skip to content

Commit aaaf238

Browse files
author
Layko Andrey
committed
some
1 parent 7efc9ec commit aaaf238

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,5 @@ jobs:
142142
- name: Deploy server
143143
run: |
144144
sudo apt install openssh-client
145-
sudo apt-get install python-setuptools python-dev build-essential
146-
sudo apt install python3-pip
147-
pip3 install docker-compose==1.23.2
145+
sudo curl -L "https://github.com/docker/compose/releases/download/1.27.4/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
146+

0 commit comments

Comments
 (0)