From bf9857beff50f534a04a080746f52fee8904be12 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 2 Jun 2021 22:37:51 +0200 Subject: feat(gws.fyi): Use awscli2 to deploy Use awscli2 rather than awscli to deploy - less because I actually need any specific functionality from the new version, and more because I already use awscli2 on my systems and it's nice to always use the same version of stuff Change-Id: Id0e5b63dde1857c2e417ac2eeb2f769ebcc0f956 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3175 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/gws.fyi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/grfn/gws.fyi/default.nix') diff --git a/users/grfn/gws.fyi/default.nix b/users/grfn/gws.fyi/default.nix index 80ce78ccf3e0..ca24868abb97 100644 --- a/users/grfn/gws.fyi/default.nix +++ b/users/grfn/gws.fyi/default.nix @@ -21,7 +21,7 @@ let ''; in (writeShellScript "deploy.sh" '' - ${awscli}/bin/aws --profile personal s3 sync ${website}/ ${bucket} + ${awscli2}/bin/aws --profile personal s3 sync ${website}/ ${bucket} echo "Deployed to http://gws.fyi" '') // { inherit website; -- cgit 1.4.1