From 55a4419d78eada59ead430ac81ac842eeccd9f8d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 20 May 2022 21:11:49 +0200 Subject: workflows/ci: rsync _site/ to server --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29cb911..01b2920 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,3 +26,13 @@ jobs: run: | nohup make serve & sleep 3 && make wget + - name: Set up ssh-agent + uses: webfactory/ssh-agent@v0.5.3 + with: + ssh-private-key: '${{ secrets.REMOTE_SSH_KEY }}' + - name: Deploy + run: make deploy + env: + REMOTE_USER: '${{ secrets.REMOTE_USER }}' + REMOTE_HOST: '${{ secrets.REMOTE_HOST }}' + REMOTE_DIR: '${{ secrets.REMOTE_DIR }}' -- cgit v1.2.3