Skip to content

Commit

Permalink
adding back prune step
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed Jun 5, 2024
1 parent d371bc6 commit 04bd705
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ jobs:
- name: Run Docker container on EC2 instance
run: |
ssh ec2 "sudo docker run -p 80:80 -d ramanujan-machine-web-portal:latest"
- name: Run Docker container on EC2 instance
run: |
ssh ec2 "sudo docker system prune -f"

0 comments on commit 04bd705

Please sign in to comment.