Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajanan02 committed Jun 11, 2024
1 parent d93f79b commit 1eba3b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
needs: build
runs-on: self-hosted
steps:
- name: Clean up Docker
run: docker system prune -a --volumes -f

- name: Pull Docker Image
run: docker pull ${{ secrets.DOCKER_USERNAME }}/institute-management-backend:latest

Expand Down

0 comments on commit 1eba3b3

Please sign in to comment.