We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efc9ec commit aaaf238Copy full SHA for aaaf238
1 file changed
.github/workflows/main.yml
@@ -142,6 +142,5 @@ jobs:
142
- name: Deploy server
143
run: |
144
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
+ 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
+
0 commit comments