Skip to content

Commit

Permalink
Update cloud step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
serguun42 committed Nov 30, 2023
1 parent 6d8a306 commit 5ce3842
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 5ce3842

Please sign in to comment.