log dither output
This commit is contained in:
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ROOT: ${{ github.workspace }}/content
|
ROOT: ${{ github.workspace }}/content
|
||||||
KEY: ${{ github.workspace }}/secret.key
|
KEY: ${{ github.workspace }}/secret.key
|
||||||
run: cd bin/dither && bundle exec ruby dither.rb &
|
run: cd bin/dither && bundle exec ruby dither.rb >> dither.log 2>&1 &
|
||||||
|
|
||||||
- name: Test build
|
- name: Test build
|
||||||
env:
|
env:
|
||||||
@@ -59,3 +59,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SERVER_IP: ${{ secrets.SERVER_IP }}
|
SERVER_IP: ${{ secrets.SERVER_IP }}
|
||||||
run: bin/deploy
|
run: bin/deploy
|
||||||
|
|
||||||
|
- name: Upload dither.log
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: dither.log
|
||||||
|
path: bin/dither/dither.log
|
||||||
|
|||||||
Reference in New Issue
Block a user