Compare commits

..

No commits in common. "7fd853f3004c60c7d807f43f43eec14b7054d960" and "6a0471dc15fb7c17f9c5ddf0ff2cc65ce696ee04" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -42,5 +42,5 @@ jobs:
TELEGRAM_TOKEN_DEV: ${{ secrets.TELEGRAM_TOKEN_DEV }}
MONGO_PASSWORD_DEV: ${{ secrets.MONGO_PASSWORD_DEV }}
PLATFORM_SECURITY_TOKEN: ${{ secrets.PLATFORM_SECURITY_TOKEN }}
QUEUES_TOKEN_DEV: ${{ secrets.QUEUES_TOKEN_DEV }}
QUEUES_TOKEN_DEV: $QUEUES_TOKEN_DEV
run: docker stack deploy --with-registry-auth -c ./.deploy/deploy-dev.yaml pizda-bot

View File

@ -42,5 +42,5 @@ jobs:
TELEGRAM_TOKEN_PROD: ${{ secrets.TELEGRAM_TOKEN_PROD }}
MONGO_PASSWORD_PROD: ${{ secrets.MONGO_PASSWORD_PROD }}
PLATFORM_SECURITY_TOKEN: ${{ secrets.PLATFORM_SECURITY_TOKEN }}
QUEUES_TOKEN_PROD: ${{ secrets.QUEUES_TOKEN_PROD }}
QUEUES_TOKEN_PROD: $QUEUES_TOKEN_PROD
run: docker stack deploy --with-registry-auth -c ./.deploy/deploy-prod.yaml pizda-bot