Skip to content

Commit

Permalink
changes from previous release - updated dependency lock file, reorder…
Browse files Browse the repository at this point in the history
…ed biuld and deploy action
  • Loading branch information
jpswinski committed Mar 7, 2024
1 parent e8945d3 commit e9ec583
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
role-to-assume: arn:aws:iam::742127912612:role/GitHubAction-AssumeRoleWithAction
aws-region: us-east-1

- name: Upload Cluster Terraform
run: |
cd targets/slideruleearth-aws
make cluster-upload-terraform
- name: Set Up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -45,11 +50,6 @@ jobs:
cd targets/slideruleearth-aws
make cluster-docker-push
- name: Upload Cluster Terraform
run: |
cd targets/slideruleearth-aws
make cluster-upload-terraform
# - name: Build AMI
# run: |
# cd targets/slidruleearth-aws
Expand Down
8 changes: 4 additions & 4 deletions targets/slideruleearth-aws/docker/sliderule/libdep.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
arrow: apache-arrow-16.0.0.dev-0-gbb7f584bf
gdal: v3.8.3-0-g654f4907ab
gdal: v3.8.4-0-gc2d2a61739
geos: 3.12.1-0-g9a5d0587f
libgeotiff: 1.7.1-0-gbdeff84
pistache: 0.0.5-75-g1c733a1
PROJ: 9.3.1-0-g0f2922e1
rapidjson: v1.1.0-745-g6089180e
pistache: 0.0.5-79-g875c973
PROJ: 9.4.0-0-g7cd00d0b
rapidjson: v1.1.0-748-g3f73edae

0 comments on commit e9ec583

Please sign in to comment.