Skip to content

Commit

Permalink
ci: 🚀 fix branch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Oct 3, 2023
1 parent d5def9f commit 9200f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
RMFEAT: "feat/"
run: |
BRANCH=${GHREF//$RMFEAT/}
rsync -avhPz ./dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOSTNAME }}:~/branches/${BRANCH}
rsync -avhPz ./dist/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOSTNAME }}:~/branch/${BRANCH}

0 comments on commit 9200f4e

Please sign in to comment.