Compare commits
No commits in common. "21d724720cfa0512f0dd4dda248dbcfda4842b51" and "969f1973471da2063790222aa2cee84069a928ad" have entirely different histories.
21d724720c
...
969f197347
49
.drone.yml
49
.drone.yml
|
@ -3,33 +3,32 @@ 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
|
||||
- rm -Rf .git
|
||||
- name: node
|
||||
image: node:18.13.0-slim
|
||||
commands:
|
||||
- npm ci && npm run production && rm -R node_modules
|
||||
|
||||
- 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,12 +85,6 @@ 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