Skip to content

Commit

Permalink
Merge pull request #237 from serguun42/add-cloud-healthcheck
Browse files Browse the repository at this point in the history
Update cloud step in CI
  • Loading branch information
serguun42 authored Nov 30, 2023
2 parents 575cae7 + 5ce3842 commit 2fea121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: docker compose -f docker-compose.yml --env-file $CONFIGS_LOCATION_BASE/docker.env up -d --force-recreate --no-deps

cloud:
name: Build and deploy Cloud Healthcheck image
name: Cloud Healthcheck container
runs-on: self-hosted
env:
YANDEX_CLOUD_REGISTRY_ID: ${{ secrets.YANDEX_CLOUD_REGISTRY_ID }}
Expand All @@ -95,7 +95,7 @@ jobs:
container-name: ${{ secrets.YANDEX_CLOUD_IMAGE_NAME }}
folder-id: ${{ secrets.YANDEX_CLOUD_FOLDER_ID }}
revision-service-account-id: ${{ secrets.YANDEX_CLOUD_SERVICE_ACCOUNT_ID }}
revision-image-url: cr.yandex/$YANDEX_CLOUD_REGISTRY_ID/$YANDEX_CLOUD_IMAGE_NAME:latest
revision-image-url: cr.yandex/${{ secrets.YANDEX_CLOUD_REGISTRY_ID }}/${{ secrets.YANDEX_CLOUD_IMAGE_NAME }}:latest
revision-cores: 1
revision-memory: 256Mb
revision-env: |
Expand Down

0 comments on commit 2fea121

Please sign in to comment.