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 ddf4aab commit af6142c
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -29,7 +29,7 @@ runs:
- name: Install yc cli
shell: bash
id: install_yc_cli
run: curl -sSL https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash -s
run: curl -sSL https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash -s -- -i /opt/yandex-cloud -n && ln -s /opt/yandex-cloud/bin/yc /usr/local/bin/yc

- name: Configure yc cli
id: configure_yc_cli
Expand Down

0 comments on commit af6142c

Please sign in to comment.