Skip to content

Commit c404612

Browse files
committed
fix: setting up icon
1 parent b421228 commit c404612

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy-to-vps.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
host: ${{ secrets.VPS_HOST }}
4646
username: ${{ secrets.VPS_USER }}
4747
key: ${{ secrets.VPS_SSH_KEY }}
48-
source: "./images/*, deploy.yml"
48+
source: "./images/*, deploy.yml, ./milk-webview/public/milk_icon.png"
4949
target: "/home/${{ secrets.VPS_USER }}/milk-folio/"
5050
overwrite: true
5151
debug: true
@@ -70,10 +70,13 @@ jobs:
7070
7171
EOF
7272
73-
- name: run compose
73+
- name: copying needed files and run compose
7474
run: |
7575
ssh -i ~/.keys/vps_key.pem -o StrictHostKeyChecking=no ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} << 'EOF'
7676
cd ~/milk-folio
77+
78+
mv ./milk-webview/public/milk_icon.png ./milk_icon.png
79+
7780
sudo docker load < images/images.tar
7881
sudo docker-compose -f deploy.yml down
7982
sudo docker-compose -f deploy.yml up --build -d

0 commit comments

Comments
 (0)