fix: use standard docker-compose package name
Production Deployment Pipeline / deploy (push) Failing after 17s
Details
Production Deployment Pipeline / deploy (push) Failing after 17s
Details
This commit is contained in:
parent
a51f246d1b
commit
2e3d80d332
|
|
@ -15,12 +15,12 @@ jobs:
|
||||||
- name: Install Docker CLI and Compose
|
- name: Install Docker CLI and Compose
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y docker.io docker-compose-v2
|
apt-get install -y docker.io docker-compose
|
||||||
|
|
||||||
- name: Deploy Hello World Application
|
- name: Deploy Hello World Application
|
||||||
run: |
|
run: |
|
||||||
docker pull nginxdemos/hello:plain-text
|
docker pull nginxdemos/hello:plain-text
|
||||||
docker compose -f ./stacks/hello-world/docker-compose.yml up -d
|
docker-compose -f ./stacks/hello-world/docker-compose.yml up -d
|
||||||
|
|
||||||
- name: Send Telegram Notification
|
- name: Send Telegram Notification
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue