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 af6142c commit 72724c8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-swarm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
shell: bash
run: |
yc config profile create worker
echo ${{ inputs.sa_auth_key }} > key.json
echo "${{ inputs.sa_auth_key }}" > key.json
yc config set service-account-key key.json
- name: Read stack file
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/blog-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
- '.github/workflows/blog-deploy.yml'
- '.github/actions/deploy-to-swarm/**'

env:
AWS_REGION: 'eu-north-1'

jobs:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gamehub-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ on:
- '.docker/GameHub-client_Dockerfile*'
- '.github/workflows/gamehub-deploy.yml'

env:
AWS_REGION: 'eu-north-1'

jobs:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ligretto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
- '.docker'
- '!.docker/Ligretto*'

env:
AWS_REGION: 'eu-north-1'

jobs:

Expand Down

0 comments on commit 72724c8

Please sign in to comment.