Skip to content

Commit

Permalink
add development to machines that can be deployed to
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Dec 14, 2023
1 parent ebd69ff commit 0401b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy(development)
name: Deploy (development)
run-name: Deploy to ${{ github.event.inputs.environment }} with reset=${{ github.event.inputs.reset }} core=${{ github.event.inputs.core-image-tag }} country config=${{ github.event.inputs.countryconfig-image-tag }}
on:
workflow_dispatch:
Expand All @@ -11,6 +11,7 @@ on:
options:
- staging
- qa
- development
core-image-tag:
description: Core DockerHub image tag
required: true
Expand Down

0 comments on commit 0401b83

Please sign in to comment.