refactor: rename docker
commands to ci
This commit is contained in:
parent
45ab483e66
commit
84536d0508
2 changed files with 15 additions and 15 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -27,8 +27,8 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: cp .env.example .env
|
||||
- run: ./run docker:build-images
|
||||
- run: ./run docker:push-images
|
||||
- run: ./run ci:build-images
|
||||
- run: ./run ci:push-images
|
||||
|
||||
- name: Add the deployment SSH key
|
||||
uses: shimataro/ssh-key-action@6f350ca8484d8d55c2e361e74d17e638dabe713a # 2.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue