Add install step
All checks were successful
/ build (push) Successful in 2s

This commit is contained in:
David Gonzalez Martin 2025-03-20 15:55:31 +01:00
parent 03d7ab72ef
commit 566dddd6aa
2 changed files with 7 additions and 0 deletions

View File

@ -11,3 +11,6 @@ jobs:
- name: Build
run: |
./build.sh
- name: Install
run: |
./install.sh

4
install.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -eux
rm -rf /var/www/html/davidgmbb.eu/{*,.*}
cp -r ./public/* /var/www/html/davidgmbb.eu