From f025f753ed8d8d961c5399d4424c87337daab7f4 Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Mon, 7 Apr 2025 10:40:52 +0200 Subject: [PATCH 1/3] ci: fix typo --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 317ae57..2889e4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ jobs: - run: name: Deploy webvm command: | - rsync -avz --chown circleci:runtimes webvm/build/ circleci@$havana.leaningtech.com:webvm/ + rsync -avz --chown circleci:runtimes webvm/build/ circleci@havana.leaningtech.com:webvm/ workflows: deploy: From d493939a5be89f4139682e5a5a6eeed67e56c2de Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Mon, 7 Apr 2025 10:46:00 +0200 Subject: [PATCH 2/3] ci: add havana host key --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2889e4f..06661e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: command: | mkdir -p ~/.ssh echo $GH_HOST >> ~/.ssh/known_hosts - echo $RPM_HOST >> ~/.ssh/known_hosts + echo $HAVANA_HOST >> ~/.ssh/known_hosts - run: name: Install NPM command: | From 4eb809a50693354446bbf69bf44ef89c92096dc7 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 7 Apr 2025 12:46:35 +0200 Subject: [PATCH 3/3] Bump Hackathon message --- src/lib/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/messages.js b/src/lib/messages.js index 383ee1c..358a723 100644 --- a/src/lib/messages.js +++ b/src/lib/messages.js @@ -16,7 +16,7 @@ export const introMessage = [ "| |", "| " + underline + "https://labs.leaningtech.com/blog/webvm-claude" + normal + " |", "| |", - "| [7 - 14 April] Don't miss our Hackathon! Check out the site for updates! |", + "| [7 - 14 April] WebVM Hackathon II is live! Join to win 500£! |", "| |", "| " + underline + "https://cheerpx.io/hackathon" + normal + " |", "| |",