Run deployment target
This commit is contained in:
parent
68f2234ed7
commit
2c2e9838fe
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue