Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Copy packs folder to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
kntsoriano committed Oct 21, 2019
1 parent 0f8a41c commit f7941f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
task :upload do
on roles(:assets), in: :groups, limit: 1, wait: 10 do
execute "aws s3 sync --acl=public-read /opt/exercism/current/public/assets/ s3://exercism-assets/assets/"
execute "aws s3 sync --acl=public-read /opt/exercism/current/public/packs/ s3://exercism-assets/packs/"
end
end
end
Expand Down

0 comments on commit f7941f7

Please sign in to comment.