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