Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
navff authored Oct 30, 2023
1 parent 0097a63 commit 0549c1e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ jobs:
# revision-execution-timeout: 60
# revision-env: YA_OBJECT_STORAGE_SECRET_KEY=${{ secrets.YA_OBJECT_STORAGE_SECRET_KEY }}
#
# - name: Deploy Web.Api
# id: deploy-webapi
# uses: yc-actions/yc-sls-container-deploy@v2
# with:
# yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }}
# container-name: webapi
# folder-id: b1gslim9pjl5jan2tbod
# revision-service-account-id: ajevd85hi4q5rgcernn2
# revision-cores: 1
# revision-memory: 128Mb
# revision-core-fraction: 5
# revision-concurrency: 8
# revision-provisioned: 0
# revision-image-url: cr.yandex/crp4odt1er9cmqarghdb/webapi:${{ github.sha }}
# revision-execution-timeout: 60
# revision-env: YA_OBJECT_STORAGE_SECRET_KEY=${{ secrets.YA_OBJECT_STORAGE_SECRET_KEY }}
- name: Deploy Web.Api
id: deploy-webapi
uses: yc-actions/yc-sls-container-deploy@v2
with:
yc-sa-json-credentials: ${{ secrets.YC_SA_JSON_CREDENTIALS }}
container-name: webapi
folder-id: b1gslim9pjl5jan2tbod
revision-service-account-id: ajevd85hi4q5rgcernn2
revision-cores: 1
revision-memory: 128Mb
revision-core-fraction: 5
revision-concurrency: 8
revision-provisioned: 0
revision-image-url: cr.yandex/crp4odt1er9cmqarghdb/webapi:${{ github.sha }}
revision-execution-timeout: 60
revision-env: YA_OBJECT_STORAGE_SECRET_KEY=${{ secrets.YA_OBJECT_STORAGE_SECRET_KEY }}

- name: Deploy Public.WebStore
id: deploy-public-webstore
Expand Down

0 comments on commit 0549c1e

Please sign in to comment.