Fixing indentation typo

This commit is contained in:
shockrah 2021-02-22 13:33:25 -08:00
parent ff72c8c39f
commit c520f65097

View File

@ -25,12 +25,12 @@ vps:
dependencies: dependencies:
- gitlab-pages - gitlab-pages
# setup ssh environment first # setup ssh environment first
before_script: before_script:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo "${SSH_PRIVATE_KEY}" | ssh-add - > /dev/null - echo "${SSH_PRIVATE_KEY}" | ssh-add - > /dev/null
- mkdir -p ~/.ssh/ - mkdir -p ~/.ssh/
- chmod 700 ~/.ssh/ - chmod 700 ~/.ssh/
script: script:
- ssh $SHOPTS web@shockrah.xyz "rm -rf /var/www/resume" - ssh $SHOPTS web@shockrah.xyz "rm -rf /var/www/resume"