Skip to content

Commit

Permalink
🍱 Improved CI/CD file
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijmenGThN committed Dec 20, 2023
1 parent 2d26128 commit 839cbfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
sudo git clone https://github.com/${{github.repository}} .
sudo git clean -f
sudo git checkout -f
sudo git pull
echo '${{ secrets.APP_ENV }}' > .env
Expand All @@ -41,4 +42,4 @@ jobs:
cd ~/env/${{github.event.repository.name}}
sudo docker-compose down
sudo docker-compose up -d
sudo docker-compose up -d --remove-orphans

0 comments on commit 839cbfc

Please sign in to comment.