Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2cf7206c1e
|
@@ -14,8 +14,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
- name: Check buildtools on path
|
with:
|
||||||
run: which build && which push
|
debug-log: true
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
run: build && push
|
run: build && push
|
||||||
|
|
||||||
@@ -29,5 +29,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: buildtool/setup-buildtools-action@v1
|
- uses: buildtool/setup-buildtools-action@v1
|
||||||
|
with:
|
||||||
|
debug-log: true
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: deploy prod
|
run: deploy prod
|
||||||
|
|||||||
Reference in New Issue
Block a user