Skip to content

Commit

Permalink
Add index and atom files to publish-post.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgaldino committed Aug 21, 2016
1 parent 8309c21 commit 348fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ alias binit="bi && b package && echo 'vendor/ruby' >> .gitignore"
alias marked="open -a Marked"

alias upload-img="s3-upload -t -bucket img"
alias publish-post="s3-upload -bucket blog"
alias publish-post="s3-upload -bucket blog index.html atom.xml"
alias publish-draft="s3-upload -bucket blog -path drafts"

0 comments on commit 348fce4

Please sign in to comment.