another s/staging/production in .gitlab-ci.yml
This commit is contained in:
parent
c029727855
commit
727a14c33e
|
@ -78,7 +78,7 @@ deploy_production:
|
||||||
- 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/s
|
||||||
when: on_success
|
when: on_success
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: production
|
||||||
url: https://berlin.ccc.de/
|
url: https://berlin.ccc.de/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue