Do away with /s prefix

This commit is contained in:
Daniel Molkentin 2019-03-14 20:35:08 +01:00
parent 048438c0fc
commit 34bc8bf029
2 changed files with 2 additions and 3 deletions

View file

@ -51,7 +51,7 @@ deploy_staging:
- eval $(ssh-agent -s)
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- echo "$PRIVATE_KEY" | ssh-add -
- rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:staging/s
- rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:staging
when: on_success
environment:
name: staging
@ -75,7 +75,7 @@ deploy_production:
- eval $(ssh-agent -s)
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- echo "$PRIVATE_KEY" | ssh-add -
- rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:production/s
- rsync -e "ssh -l deploy -p 31337" -av public/ 195.54.164.87:production
when: on_success
environment:
name: production

View file

@ -1,4 +1,3 @@
baseURL: "https://staging.berlin.ccc.de/s"
languageCode: "de-de"
title: "Chaos Computer Club Berlin"
theme: "beautifulhugo"