Skip to content

Commit

Permalink
Correct ln usage in deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljwarren committed Oct 31, 2024
1 parent cefe198 commit f2bd958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
key: ${{ secrets.PLESK_SSH_KEY }}
script: |
mkdir staging
ln -l htacess staging/.htaccess
ln -s htacess staging/.htaccess
- name: SCP files across
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit f2bd958

Please sign in to comment.