Skip to content

Commit

Permalink
Add in the deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottminns committed Nov 11, 2024
1 parent 6592dca commit f92b90e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}

- name: Set up Docker Compose
run: |
# Install Docker Compose
curl -L "https://github.com/docker/compose/releases/download/v2.19.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
- name: Copy over the docker compose file
run: |
scp -o StrictHostKeyChecking=no compose.prod.yaml [email protected]:guestbook/compose.yaml
Expand Down

0 comments on commit f92b90e

Please sign in to comment.