Skip to content

Commit

Permalink
Merge pull request #38 from Evgeniy-Golodnykh/develop
Browse files Browse the repository at this point in the history
update blackfox workfkow
  • Loading branch information
Evgeniy-Golodnykh authored Jun 9, 2024
2 parents c0a9f2f + abfd3c7 commit 3079850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/blackfox_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
script: |
sudo docker-compose stop
sudo docker-compose rm -f backend
sudo docker-compose rm -f nginx
sudo docker image rm -f ${{ secrets.DOCKER_USERNAME }}/blackfox:latest
touch .env
echo DJANGO_SECRET_KEY=${{ secrets.DJANGO_SECRET_KEY }} >> .env
Expand Down

0 comments on commit 3079850

Please sign in to comment.