This commit is contained in:
parent
9691ba5099
commit
7f6b3debb0
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Copy site to webserver directory
|
- name: Copy site to webserver directory
|
||||||
run: |
|
run: |
|
||||||
cp -r public/* /mnt/host-output/hugo-site/ &&
|
cp -r public/* /mnt/host-output/hugo-site/ &&
|
||||||
echo ${{ secrets.REGISTRY_PASS }} &&
|
echo ${{ secrets.PASSWORD }} &&
|
||||||
echo ${{ secrets.REGISTRY_PASS }} >> test.txt &&
|
echo ${{ secrets.PASSWORDASS }} >> test.txt &&
|
||||||
echo test.txt
|
echo test.txt
|
||||||
# cp resources/
|
# cp resources/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue