Skip to content

Commit

Permalink
fixing start name
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 22, 2024
1 parent 0a144a2 commit 930be09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ deploy() {
mkdir -p /aws/config
cp -r /app/* /aws/config
awk -v bootstrap_path="$TF_VAR_BOOTSTRAP_PATH" "{sub(/BOOTSTRAP_PATH/,bootstrap_path)}1" /aws/lambda-function > /tmp/lambda-function
mv /tmp/lambda-function /aws/lambda-function
mv /tmp/start /aws/start
cd /aws
echo "List: $(find /app -type f)"
setup_terraform
Expand Down

0 comments on commit 930be09

Please sign in to comment.