mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-07 21:19:32 +00:00
ci(gitlab-ci): update deploy script for uberspace
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
3ac60fc53d
commit
3c72c15703
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
SOURCE_DIR="${PWD}/markdown"
|
||||
TARGET_DIR="${PWD}/public"
|
||||
pipenv run build
|
||||
cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico"
|
||||
cp "$TARGET_DIR/assets/images/favicon.png" "$TARGET_DIR/favicon.ico" -v
|
||||
cp "$SOURCE_DIR/.well-known" "$TARGET_DIR/" -rv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue