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