main
Evan Hemsley 2019-09-15 12:13:08 -07:00
parent 584c1622d0
commit ccabeca238
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
#go into directory and copy data we're interested in to that directory
cd built_website
echo "rsync built code with checked out code..."
rsync -r --exclude=.git --delete ~/project/src/build ~/repo
rsync -r --exclude=.git --delete ~/project/build ~/repo
#add, commit and push files
echo "add files to git..."
git add -f .