Skip to content

Commit

Permalink
change command order
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Dec 14, 2023
1 parent c27249a commit b693403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
docker-compose down
rm .env
echo "NEXT_PUBLIC_BOT_KEY=${{ secrets.NEXT_PUBLIC_BOT_KEY }}" >> .env
docker image prune -f
docker-compose pull
docker-compose up -d
docker image prune -f
- name: Notify Telegram channel
uses: appleboy/telegram-action@master
Expand Down

0 comments on commit b693403

Please sign in to comment.