Skip to content

The sunshine_duration and daylight_duration in seconds are now stored… #9

The sunshine_duration and daylight_duration in seconds are now stored…

The sunshine_duration and daylight_duration in seconds are now stored… #9

name: Deploy to Staging
on:
push:
branches: [ dev ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy Staging via SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/ubuntu/balkonkraftwerk-staging
git pull origin dev
sudo systemctl restart balkonkraftwerk-staging
echo "Staging Update erfolgreich. Test-App läuft auf Port 5001!"