Skip to content

Commit

Permalink
Move chmod to after_script section
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLong6 committed Dec 10, 2020
1 parent 9f47da5 commit fd11ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ deploy:
script:
- bundle exec jekyll build -d public
- rsync -r --delete public/ $SITE_HOME/
after_script:
- chmod -R g+rwX $SITE_HOME/ 2>/dev/null
artifacts:
paths:
Expand Down

0 comments on commit fd11ada

Please sign in to comment.