Moved scripts

This commit is contained in:
2026-04-12 02:35:05 -05:00
parent c9e77915b0
commit f4653456f3
5 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ runs:
- name: Deploy container
shell: bash
run: |
bash ${{ github.action_path }}/../scripts/deploy.sh \
bash ${{ github.action_path }}/deploy.sh \
--name "${{ inputs.app-name }}" \
--tag "${{ inputs.tag }}" \
--port "${{ inputs.port }}" \
@@ -54,7 +54,7 @@ runs:
- name: Register Pangolin resource
shell: bash
run: |
bash ${{ github.action_path }}/../scripts/pangolin-upsert.sh \
bash ${{ github.action_path }}/pangolin-upsert.sh \
--subdomain "${{ inputs.subdomain }}" \
--port "${{ inputs.port }}" \
--resource-name "${{ inputs.app-name }}-${{ inputs.tag }}" \