Skip to content

Commit

Permalink
feat: fix deploy be to reopen
Browse files Browse the repository at this point in the history
  • Loading branch information
nhdzhra committed Nov 12, 2024
1 parent ebc7f29 commit 8b73797
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ inputs:
runs:
using: "composite"
steps:
- name: Checking out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ inputs.gh_token }}

- name: Create env deployment
uses: chrnorm/deployment-action@v2
id: deployment
with:
token: ${{ inputs.gh_token }}
environment: ${{ inputs.env }}

- name: Checking out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ inputs.gh_token }}

- name: setup custom command
if: ${{ inputs.custom_command_flag == 'true' }}
shell: bash
Expand Down

0 comments on commit 8b73797

Please sign in to comment.