Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Nov 25, 2023
1 parent edc7548 commit 61aabe8
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: Deploy

on:
repository_dispatch:
types: [deploy]
workflow_dispatch:
inputs:
action:
description: 'Action'
required: true
type: choice
options:
- 'deploy'
- 'restart'
- 'stop'
default: 'restart'
branch:
description: 'Branch, meaning server instance'
required: true
type: choice
options:
- 'sweetpie'
- 'indev'
default: 'indev'
repository_dispatch:
types: [deploy]
workflow_dispatch:
inputs:
action:
description: 'Action'
required: true
type: choice
options:
- 'deploy'
- 'restart'
- 'stop'
default: 'restart'
branch:
description: 'Branch, meaning server instance'
required: true
type: choice
options:
- 'sweetpie'
- 'indev'
default: 'indev'

env:
BUILD_TYPE: RelWithDebInfo
Expand Down

0 comments on commit 61aabe8

Please sign in to comment.