Skip to content

Commit 7828802

Browse files
committed
Upload documentation files to a freeCodeCamp-owned S3 bucket
1 parent b635899 commit 7828802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/docs.thor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class DocsCLI < Thor
178178
puts '[S3] Begin syncing.'
179179
docs.each do |doc|
180180
puts "[S3] Syncing #{doc.path}..."
181-
cmd = "aws s3 sync #{File.join(Docs.store_path, doc.path)} s3://docs.devdocs.io/#{doc.path} --delete"
181+
cmd = "aws s3 sync #{File.join(Docs.store_path, doc.path)} s3://devdocs-assets/#{doc.path} --delete --profile devdocs"
182182
cmd << ' --dryrun' if options[:dryrun]
183183
system(cmd)
184184
end

0 commit comments

Comments
 (0)