Skip to content

Commit

Permalink
revert deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
huonggiangbui committed Oct 21, 2023
1 parent 6f74cb2 commit 14a4cdd
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 @@ -20,3 +20,8 @@ jobs:

- name: compose up
run: docker compose up -d

- name: cleanup
run: |
docker image prune -f
docker builder prune -f

0 comments on commit 14a4cdd

Please sign in to comment.