Skip to content

Commit

Permalink
Fix: Update deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
Prorupak committed Aug 28, 2024
1 parent 2004412 commit 301cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Execute Remote Commands
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.USERNAME }}@${{ secrets.HOST }} << EOF
cd rupak/plugin-sample
cd plugin/figma-plugin-sample
git fetch --all
git checkout master
git pull origin master
Expand Down

0 comments on commit 301cd81

Please sign in to comment.