Skip to content

Commit

Permalink
Merge pull request #50 from krolmic/chore/aws-deployment-changes
Browse files Browse the repository at this point in the history
Chore/aws deployment changes
  • Loading branch information
krolmic authored Aug 17, 2024
2 parents 347c90d + 67e6c48 commit 1f088e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Dart SDK
uses: dart-lang/[email protected]
with:
sdk: 3.0
sdk: 3.2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion tracking_server/deploy/aws/terraform/init-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yum install wget -y

# Install Dart
echo "Installing dart"
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/2.18.1/sdk/dartsdk-linux-x64-release.zip
wget -q https://storage.googleapis.com/dart-archive/channels/stable/release/3.2.6/sdk/dartsdk-linux-x64-release.zip
unzip -q dartsdk-linux-x64-release.zip
sudo mv dart-sdk/ /usr/lib/dart/
sudo chmod -R 755 /usr/lib/dart/
Expand Down

0 comments on commit 1f088e9

Please sign in to comment.