build: add run script
This commit is contained in:
parent
c44b49968f
commit
6a3f3eaa99
4 changed files with 56 additions and 35 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: make build-images
|
||||
- run: make push-images
|
||||
- run: ./run docker:build-images
|
||||
- run: ./run docker:push-images
|
||||
|
||||
- name: Add the deployment SSH key
|
||||
uses: shimataro/ssh-key-action@6f350ca8484d8d55c2e361e74d17e638dabe713a # 2.1.0
|
||||
|
@ -36,6 +36,6 @@ jobs:
|
|||
name: id_rsa
|
||||
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
|
||||
- run: make deploy
|
||||
- run: ./run deploy
|
||||
|
||||
# vim: sw=2 ts=2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue