Skip to content

Commit

Permalink
fix(infra): set aws profile as skkuding (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
goo314 authored Jun 3, 2024
1 parent a9ff3b9 commit 3d61e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ then
echo "source /usr/share/bash-completion/completions/git" >> ~/.bashrc
fi

# Set aws profile for terraform as skkuding
echo "export AWS_PROFILE=skkuding" >> ~/.bashrc

# Apply database migration
for i in {1..5}
do
Expand Down

0 comments on commit 3d61e8c

Please sign in to comment.