Skip to content

Commit

Permalink
telegram-bot path шт Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
terapevt1981 committed Nov 11, 2024
1 parent 9e9a8cd commit 6a6ed62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gcp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: |
# Пример деплоя транспортного сервиса
gcloud run deploy telegram-bot \
--image ${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/telegram-bot-service/service:${{ github.sha }} \
--image ${{ env.GCP_REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/telegram-bot/telegram-bot-service:${{ github.sha }} \
--platform managed \
--region ${{ env.GCP_REGION }} \
--allow-unauthenticated \
Expand Down

0 comments on commit 6a6ed62

Please sign in to comment.