Skip to content

Commit

Permalink
Added changes in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dinnu93 committed Feb 16, 2016
1 parent 064d9bb commit 9642db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export: pull publish
ssh -o "StrictHostKeyChecking no" ${DEST_HOST} ${REMOVE_COMMAND}
rsync -avz --progress ${SRC} ${DEST_HOST}":"${DEST_DIR}

stage: publish
stage: pull publish
ssh -o "StrictHostKeyChecking no" ${DEST_HOST_STAGE} ${REMOVE_COMMAND}
rsync -avz --progress ${SRC} ${DEST_HOST_STAGE}":"${DEST_DIR}

0 comments on commit 9642db9

Please sign in to comment.