testing automatic deployment
All checks were successful
Build, push and deploy / builds (push) Successful in 5s
All checks were successful
Build, push and deploy / builds (push) Successful in 5s
This commit is contained in:
parent
278c945573
commit
c72ba4d7e3
@ -13,13 +13,13 @@ jobs:
|
|||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: rclone to remote
|
# - name: rclone to remote
|
||||||
run: |
|
# run: |
|
||||||
ls -lha
|
# ls -lha
|
||||||
printf "%s" "${{ secrets.ID_ED25519 }}" > ./id_ed25519
|
# printf "%s" "${{ secrets.ID_ED25519 }}" > ./id_ed25519
|
||||||
chmod 600 ./id_ed25519 # Set proper permissions
|
# chmod 600 ./id_ed25519 # Set proper permissions
|
||||||
eval "$(ssh-agent -s)"
|
# eval "$(ssh-agent -s)"
|
||||||
ssh-add ./id_ed25519
|
# ssh-add ./id_ed25519
|
||||||
apt-get update
|
# apt-get update
|
||||||
apt-get install -y rsync
|
# apt-get install -y rsync
|
||||||
rsync -avz --delete --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ./id_ed25519 -o StrictHostKeyChecking=no" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
# rsync -avz --delete --exclude=".env" --exclude="storage/logs/laravel.log" --exclude="laravel/node_modules" -e "ssh -i ./id_ed25519 -o StrictHostKeyChecking=no" ./ albert@217.160.204.114:/var/www/vhosts/electricistasdana.com/httpdocs
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<h2>¿Sigues sin suministro eléctrico?</h2>
|
<h2>¿Sigues sin suministro eléctrico?</h2>
|
||||||
<p>Estamos aquí para ayudar a restablecer al menos un servicio mínimo en las viviendas afectadas, permitiendo conectar el frigorífico y alumbrado básico.</p>
|
<p>Estamos aquí para ayudar a restablecer al menos un servicio mínimo en las viviendas afectadas, permitiendo conectar el frigorífico y alumbrado básico.</p>
|
||||||
<p><strong>Indique únicamente averías eléctricas. No se atenderán avisos de otro tipo.</strong></p>
|
<p><strong>Indique únicamente averías eléctricas. No se atenderán avisos de otro tipo.</strong></p>
|
||||||
<a href="https://forms.gle/Qd8K3N1eTcuHRY9PA" target="_blank" class="btn">Rellenar Formulario de Afectados</a>
|
<a href="https://forms.gle/Qd8K3N1eTcuHRY9PA" target="_blank" class="btn">Rellenar el Formulario de Afectados</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="explanatory">
|
<section class="explanatory">
|
||||||
|
Loading…
Reference in New Issue
Block a user