From 2c2e9838fe0c8d6981bb2cc411e170a2a6416843 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 27 Jul 2021 17:36:01 +0100 Subject: [PATCH] Run deployment target --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf0e83c..174e06a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,4 +24,13 @@ jobs: - run: make build-images - run: make 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: make deploy + # vim: sw=2 ts=2