Add deployment workflow #7
1 changed files with 1 additions and 3 deletions
|
@ -49,10 +49,8 @@ jobs:
|
||||||
git config --global user.email "$GIT_USER_EMAIL"
|
git config --global user.email "$GIT_USER_EMAIL"
|
||||||
git config --global user.name "$GIT_USER_NAME"
|
git config --global user.name "$GIT_USER_NAME"
|
||||||
|
|
||||||
ls -al
|
|
||||||
|
|
||||||
echo "[+] Updating assets"
|
echo "[+] Updating assets"
|
||||||
rm -r "$GIT_REPOSITORY/*"
|
rm -r "$GIT_REPOSITORY"/*
|
||||||
|
|
||||||
# Update assets
|
# Update assets
|
||||||
cp -R --no-preserve=mode,ownership,timestamps result/* "$GIT_REPOSITORY/"
|
cp -R --no-preserve=mode,ownership,timestamps result/* "$GIT_REPOSITORY/"
|
||||||
|
|
Loading…
Reference in a new issue