Compare commits
3 Commits
969f197347
...
21d724720c
Author | SHA1 | Date |
---|---|---|
philipp lang | 21d724720c | |
philipp lang | 7960de44e1 | |
philipp lang | 10161a5f93 |
49
.drone.yml
49
.drone.yml
|
@ -3,32 +3,33 @@ type: docker
|
|||
name: default
|
||||
|
||||
workspace:
|
||||
path: /drone/nami
|
||||
path: /drone/nami
|
||||
|
||||
steps:
|
||||
- name: node
|
||||
image: node:18.13.0-slim
|
||||
commands:
|
||||
- npm ci && npm run production && rm -R node_modules
|
||||
- name: node
|
||||
image: node:18.13.0-slim
|
||||
commands:
|
||||
- npm ci && npm run production && rm -R node_modules
|
||||
- rm -Rf .git
|
||||
|
||||
- name: deploy
|
||||
image: php:8.1.6
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: deploy_key
|
||||
commands:
|
||||
- apt-get update > /dev/null
|
||||
- apt-get install -y openssh-client rsync
|
||||
- mkdir $HOME/.ssh
|
||||
- echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
|
||||
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config
|
||||
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
||||
- chmod 600 $HOME/.ssh/id_rsa
|
||||
- rsync --delete -avzze ssh /drone/nami/ disco-st-katharina@zoomyboy.de:httpdocs/themes/vite-tailwind
|
||||
- ssh disco-st-katharina@zoomyboy.de "cd httpdocs && php8.1 artisan cache:clear"
|
||||
- name: deploy
|
||||
image: php:8.1.6
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: deploy_key
|
||||
commands:
|
||||
- apt-get update > /dev/null
|
||||
- apt-get install -y openssh-client rsync
|
||||
- mkdir $HOME/.ssh
|
||||
- echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
|
||||
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config
|
||||
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
|
||||
- chmod 600 $HOME/.ssh/id_rsa
|
||||
- rsync --delete -avzze ssh /drone/nami/ disco-st-katharina@zoomyboy.de:httpdocs/themes/vite-tailwind
|
||||
- ssh disco-st-katharina@zoomyboy.de "cd httpdocs && php8.1 artisan cache:clear"
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- master
|
||||
|
|
|
@ -85,6 +85,12 @@ is_hidden = 0
|
|||
Hier findet ihr Antworten auf Fragen, die wir häufig erhalten.
|
||||
</p>
|
||||
|
||||
<h4>Kann man den Partyraum vorher besichtigen?</h4>
|
||||
<p>
|
||||
Ja, das geht. Eine Besichtigung ist i.d.R. immer Freitags um 18:30 Uhr (außerhalb der Ferien), sowie auch an anderen Wochentagen nach Absprache möglich.
|
||||
Sende uns dazu am besten eine <a href="/#buchen">unverbindliche Buchungsanfrage</a> und wir melden uns bei dir.
|
||||
</p>
|
||||
|
||||
<h4>Kann man mit seinem eigenen Endgerät (Handy, Tablet & Co) Musik machen</h4>
|
||||
<p>
|
||||
Ja, ihr könnt eure eigenen Geräte nutzen. Als Anschlüsse ist ein Klinkestecker, sowie ein Adapter für Lightning und USB-C vorhanden.
|
||||
|
|
Loading…
Reference in New Issue