Moved scripts
This commit is contained in:
@@ -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 }}" \
|
||||
|
||||
Reference in New Issue
Block a user