Skip to content

Commit

Permalink
added file to deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsonsgeek committed Sep 29, 2024
1 parent e2616a1 commit a962274
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: push
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4

- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: business134.web-hosting.com
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: /public_html/
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ <h3>Options</h3>
<li>thesilkworm</li>
<li>lauracoronel</li>
<li>racheljohnson5</li>
<!-- <li>azamatmurzabayev</li> -->
</ul>
</div>
</div>
Expand Down

0 comments on commit a962274

Please sign in to comment.