Update .forgejo/workflows/deploy-hot.yml
This commit is contained in:
parent
d9e5c5b0c8
commit
2bea102dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# if: ${{ github.event.label.name == 'serve-hot' }}
|
if: ${{ github.event.label.name == 'serve-hot' }}
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue