Skip to content

Commit

Permalink
Nother fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Irae Hueck Costa committed Jan 22, 2024
1 parent b6298fe commit e92fbf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
IP: "${{secrets.IP}}"
name: "Copy static files"
run: |
cd ${{github.workspace}}
rsync static/* out/* root@[$IP]:/state/static/${GITHUB_REF#refs/heads/} -av -e "ssh -o StrictHostKeyChecking=no -i ~/.ssh/private.key" --chown=root:root
shell: bash

Expand Down

0 comments on commit e92fbf9

Please sign in to comment.