build: add run script

This commit is contained in:
Oliver Davies 2021-10-24 02:00:23 +01:00
parent c44b49968f
commit 6a3f3eaa99
4 changed files with 56 additions and 35 deletions

View file

@ -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