Skip to content

Commit ccd406b

Browse files
VIA-598 AJ/DB WIP fix variables
1 parent 883e840 commit ccd406b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/deploy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ runs:
6161
folder_name="tag"
6262
fi
6363
64-
s3_artefacts_path="s3://${bucket_name}/${folder_name}/${{ steps.tag-or-sha.outputs.value }}"
64+
s3_artefacts_path="s3://${bucket_name}/${folder_name}/${{ inputs.tag_or_sha_to_deploy }}"
6565
echo "Copying from path : ${s3_artefacts_path}"
66-
aws s3 cp "${app_s3_path}" . --recursive
66+
aws s3 cp "${s3_artefacts_path}" . --recursive
6767
6868
- name: "Unzip OpenNext package"
6969
shell: bash

0 commit comments

Comments
 (0)