This commit is contained in:
parent
03d7ab72ef
commit
566dddd6aa
@ -11,3 +11,6 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
./build.sh
|
||||
- name: Install
|
||||
run: |
|
||||
./install.sh
|
||||
|
4
install.sh
Executable file
4
install.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user