Skip to content

Commit

Permalink
Update build_site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg-lehmann authored Oct 27, 2023
1 parent 8c4e176 commit 63f2eac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- run: echo "|1|HWtB6v5G3xm6GVUAbUN/B7hphM8=|1Mpu47AyndKZ9YAsFMF2T26cSQo= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==" >> $HOME/.ssh/known_hosts
- run: sudo apt-get -qq update
- run: sudo apt-get -qq dist-upgrade
- run: sudo apt remove php7.4-common
- run: sudo apt-get install libapache2-mod-php7.4 php7.4-mbstring
# - run: sudo apt remove php7.4-common
# - run: sudo apt-get install libapache2-mod-php7.4 php7.4-mbstring
- run: sudo apt-get install libapache2-mod-php php-mbstring
- run: sudo a2enmod rewrite
- run: sudo systemctl restart apache2
- run: ./deploy.sh git@github.com:luga-ev/website.git

0 comments on commit 63f2eac

Please sign in to comment.