Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2d24ef8dee
|
@@ -14,8 +14,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: buildtool/setup-buildtools-action@v1
|
||||
with:
|
||||
debug-log: true
|
||||
- name: Check buildtools on path
|
||||
run: which build && which push
|
||||
- name: Build and push
|
||||
run: build && push
|
||||
|
||||
@@ -29,7 +29,5 @@ 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