fix: local deploy
This commit is contained in:
parent
c07e6940ba
commit
c5fd5d88da
1 changed files with 0 additions and 7 deletions
|
|
@ -4,12 +4,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
do_deploy:
|
||||
description: 'Deploy dev version'
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -32,7 +26,6 @@ jobs:
|
|||
deploy:
|
||||
runs-on: self-hosted
|
||||
needs: build
|
||||
if: ${{ github.event.inputs.do_deploy == 'true' }} # manual deploy trigger
|
||||
steps:
|
||||
- name: Deploy container locally
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue