Skip to content

Commit

Permalink
Force exclude deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Count042 committed Jun 3, 2024
1 parent a9aac8c commit 5dc55d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function upload-site() {
local bucket="$1"
local version="$2"
echo "Uploading Website..."
aws s3 sync --exclude '.git/*' --exclude '.github/*'/* --acl public-read --delete ./ "s3://$bucket/$version"
aws s3 sync --exclude 'deploy.sh' --exclude '.git/*' --exclude '.github/*'/* --acl public-read --delete ./ "s3://$bucket/$version"
}

function update-distribution() {
Expand Down

0 comments on commit 5dc55d8

Please sign in to comment.