Skip to content

Commit

Permalink
feat: disabled rancher mover
Browse files Browse the repository at this point in the history
  • Loading branch information
dimzrio committed Nov 26, 2023
1 parent 0793462 commit 78dc7f6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deploy/frontend/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ runs:
deploy: true
prune: ${{ inputs.prune }}

- name: Rancher ns mover
uses: kitabisa/composite-actions/packages/rancher@main
with:
working_directory: ${{ inputs.working_directory }}
rancher_host: ${{ inputs.rancher_host }}
rancher_access_key: ${{ inputs.rancher_access_key }}
rancher_secret_key: ${{ inputs.rancher_secret_key }}
rancher_cluster_id: ${{ inputs.rancher_cluster_id }}
# - name: Rancher ns mover
# uses: kitabisa/composite-actions/packages/rancher@main
# with:
# working_directory: ${{ inputs.working_directory }}
# rancher_host: ${{ inputs.rancher_host }}
# rancher_access_key: ${{ inputs.rancher_access_key }}
# rancher_secret_key: ${{ inputs.rancher_secret_key }}
# rancher_cluster_id: ${{ inputs.rancher_cluster_id }}

- name: Comment preview url
if: "${{ inputs.preview_url != '' }}"
Expand Down

0 comments on commit 78dc7f6

Please sign in to comment.