Fix production deploy
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/promote/production Build is failing Details

This commit is contained in:
Adam Štrauch 2023-06-30 23:39:12 +02:00
parent 6390fb19bb
commit d25e0aba36
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ steps:
node-20.rosti.cz ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFVisMN6X3k1wxeFlm9iscEy7YrFoYcYG0EORWzqArKstO0tklPQypuO7sqskjqsICoOsAgx5xQu8gPSa5C3kV8=
node-20.rosti.cz ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAa8Y7z8peAHWfFjkaKDFS4n6sKglkOtmQw7DgBMzjSt
commands:
- apt update && apt install -y ssh
- apt update && apt install -y ssh rsync
- |
for NODE in $NODES; do
echo "\033[0;32mDeploying $NODE\033[0m"
@ -175,7 +175,7 @@ steps:
node-20.rosti.cz ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFVisMN6X3k1wxeFlm9iscEy7YrFoYcYG0EORWzqArKstO0tklPQypuO7sqskjqsICoOsAgx5xQu8gPSa5C3kV8=
node-20.rosti.cz ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAa8Y7z8peAHWfFjkaKDFS4n6sKglkOtmQw7DgBMzjSt
commands:
- apt update && apt install -y ssh
- apt update && apt install -y ssh rsync
- |
for NODE in $NODES; do
echo "\033[0;32mDeploying $NODE\033[0m"