Skip to content

Commit

Permalink
[#475]: deploy to swarm action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Themezv committed Mar 3, 2024
1 parent 5872266 commit 8c74778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy-to-swarm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ inputs:
name:
required: true
description: "Stack name"
yc_folder_id:
required: true
sa_auth_key:
required: true
description: "https://cloud.yandex.ru/en/docs/iam/concepts/authorization/key"
Expand Down Expand Up @@ -41,6 +43,7 @@ runs:
EOF
yc config set service-account-key key.json
- name: Read stack file
id: package
uses: juliangruber/read-file-action@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/blog-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
path-to-stack: '.deploy/blog.deploy.yml'
name: 'BLOG'
sa_auth_key: ${{ secrets.YC_WORKER_KEY }}
yc_folder_id": 'b1gomjd9naqavtbdh4rp'
docker_registry_login: ${{ secrets.GHCR_USER }}
docker_registry_password: ${{ secrets.GHCR_PULL_TOKEN }}
docker_registry: 'ghcr.io'

0 comments on commit 8c74778

Please sign in to comment.