Skip to content

Commit b505b9c

Browse files
authored
Update deploy.staging.yml
1 parent df32939 commit b505b9c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/deploy.staging.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
name: CI-CD (Production)
1+
name: CI-CD (Staging)
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
logLevel:
7-
description: 'Log Level'
8-
required: false
9-
default: 'warning'
10-
environment:
11-
description: 'Environment to deploy'
12-
required: false
13-
default: 'staging'
145

156
concurrency:
167
group: deploy-to-droplet

0 commit comments

Comments
 (0)