From 4ad11a6963c84da12719e24d991cf017e7898ca6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 26 Feb 2022 22:19:59 +0000 Subject: [PATCH] ci: remove the old deploy steps --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0707db72f..b57c2071f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,13 +30,4 @@ jobs: - run: ./run ci:build-images - run: ./run ci:push-images - - name: Add the deployment SSH key - uses: shimataro/ssh-key-action@6f350ca8484d8d55c2e361e74d17e638dabe713a # 2.1.0 - with: - key: ${{ secrets.SSH_PRIVATE_KEY }} - name: id_rsa - known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }} - - - run: ./run deploy - # vim: sw=2 ts=2