Skip to content

Commit

Permalink
install docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 13, 2024
1 parent 0195198 commit 3c01669
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Set up SSH
uses: webfactory/ssh-agent@v0.5.3
with:
Expand Down

0 comments on commit 3c01669

Please sign in to comment.