Skip to content

Commit

Permalink
build: remove step
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Feb 1, 2025
1 parent 015eaaf commit fc5f6f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ jobs:
ssh ${{secrets.SSH_USER}}@${{secrets.SSH_HOST}} "docker run -p 80:3000 -d --name=${{env.CONTAINER}} --env-file ~/.env ${{env.REGISTRY}}/${{env.IMAGE_NAME}}:main"
- name: Logout from the GitHub Packages Docker Registry
run: ssh ${{secrets.SSH_USER}}@${{secrets.SSH_HOST}} "docker logout ${{env.REGISTRY}}"
- name: Remove .env
run: ssh ${{secrets.SSH_USER}}@${{secrets.SSH_HOST}} "rm -f ~/.env"

0 comments on commit fc5f6f4

Please sign in to comment.