Skip to content

Commit

Permalink
update ci to copy multiple files to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
libracoder committed Jul 28, 2023
1 parent e53b601 commit 60985f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main-crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@ jobs:
working-directory: ${{ steps.download.outputs.download-path }}

- name: Push function to Bucket
run: |
cd ${{ github.workspace }}/dist
for name in ${{ inputs.function_names }}
do
aws s3 cp "${name}_lambda.zip" "s3://${{ inputs.env }}-lykon-lambdas/${name}/function.zip"
done


- uses: hashicorp/setup-terraform@v1
Expand Down

0 comments on commit 60985f9

Please sign in to comment.