diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 14:30:43 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 16:05:19 +0100 |
| commit | 991b229c1cf6f25af11b7219e001aa655ad5dbfb (patch) | |
| tree | 8d985d3fdc4ea5b82d8d9994d3f6ce02e18e133d /.github/workflows | |
| parent | 64e2bca8326bd46a2ad80b6a7a430dea0f81ff6b (diff) | |
| download | operum-991b229c1cf6f25af11b7219e001aa655ad5dbfb.tar.gz operum-991b229c1cf6f25af11b7219e001aa655ad5dbfb.zip | |
Improved the layout on empty searches/things
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e024ff9..9e154d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,11 +78,12 @@ jobs: # The server provides a small script named `service-restart` which will do # the right thing to pull the new image of the desired service and re-run # it. - - name: Restart service with the new code - uses: garygrossgarten/github-action-ssh@release + - name: executing remote ssh commands using password + uses: appleboy/ssh-action@v1.0.3 with: - command: infra-restart operum host: ${{ secrets.REMOTE_HOST }} username: ${{ secrets.REMOTE_USERNAME }} + password: ${{ secrets.REMOTE_PASSPHRASE }} + key: ${{ secrets.PRIVATE_KEY }} passphrase: ${{ secrets.REMOTE_PASSPHRASE }} - privateKey: ${{ secrets.PRIVATE_KEY}} + script: infra-restart operum |
