Skip to content

Commit

Permalink
CI: Ensure cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Nov 20, 2023
1 parent 49766d2 commit f1860ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
--args=--host,0.0.0.0,--port,8080,--proxy-headers,--header,X-Backend-Server:migas \
--cpu-throttling \
--env-vars-file=.env
- name: Cleanup env file
run: rm -f .env

release:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit f1860ca

Please sign in to comment.