Skip to content

Commit

Permalink
Redefine the deploy task to go to production
Browse files Browse the repository at this point in the history
  • Loading branch information
lmullen committed Nov 18, 2022
1 parent dddb975 commit 3a124dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ build :
@echo "Website finished building."

deploy : build
@echo "\nDeploying the website ..."
rsync --delete --omit-dir-times \
--exclude '.well-known/' \
--exclude '.htaccess' \
--checksum -avz \
--itemize-changes \
public/ reclaim:~/dev.americaspublicbible.org/ | egrep -v '^\.'

deploy-prod : build
@echo "\nDeploying the website to SUP Digital ..."
rsync --delete --omit-dir-times \
--exclude '.well-known/' \
Expand Down

0 comments on commit 3a124dd

Please sign in to comment.