Skip to content

Commit

Permalink
chore: exclude htaccess file on upload to my.mainsail.xyz (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Apr 21, 2023
1 parent faf09f2 commit 370d7d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,13 @@ jobs:
run: cp ./remote/* ./dist/

- name: Upload to remote server
uses: SamKirkland/[email protected].3
uses: SamKirkland/[email protected].4
with:
server: ${{ secrets.REMOTEHOST }}
username: ${{ secrets.REMOTEUSER }}
password: ${{ secrets.REMOTEPASSWORD }}
dangerous-clean-slate: true
exclude: .htaccess
local-dir: ./dist/

update-changelog:
Expand Down

0 comments on commit 370d7d4

Please sign in to comment.