Deploy to status instead of status-devel
This commit is contained in:
parent
8084ea7987
commit
6ce2eae13c
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ deploy:
|
|||
- master
|
||||
environment:
|
||||
name: production
|
||||
url: https://status-devel.ungleich.ch/
|
||||
url: https://status.ungleich.ch/
|
||||
before_script:
|
||||
- dnf install -y openssh-clients
|
||||
# Configure the SSH Agent
|
||||
|
@ -34,4 +34,4 @@ deploy:
|
|||
- echo "$CD_SSH_SERVER_HOSTKEYS" > ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
script:
|
||||
- sftp -r fnux@staticwebhosting.ungleich.ch <<< "put -r public/* public_html/status-devel"
|
||||
- sftp -r fnux@staticwebhosting.ungleich.ch <<< "put -r public/* public_html/status"
|
||||
|
|
Loading…
Reference in a new issue