Skip to content

Commit

Permalink
upload final change
Browse files Browse the repository at this point in the history
  • Loading branch information
idna001 committed Jan 28, 2024
1 parent 752221a commit fc18f17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
user: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
remote_dir: ../www/roulette
remote_dir: ./roulette
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
/node_modules
/.pnp
.pnp.js
.idea
.git

# testing
/coverage
Expand Down

0 comments on commit fc18f17

Please sign in to comment.