Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: de3.fcomet.com
server: ftpupload.net
username: ${{ secrets.ftp_username}}
password: ${{ secrets.ftp_password }}
server-dir: /public_html/production.watch-learn.com/
server-dir: /production.ariefrivaldi.my.id/htdocs/
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@4.0.0
with:
server: de3.fcomet.com
server: ftpupload.net
username: ${{ secrets.ftp_username}}
password: ${{ secrets.ftp_password }}
server-dir: /public_html/staging.watch-learn.com/
server-dir: /staging.ariefrivaldi.my.id/htdocs/
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
<body>
<h1>This is our Staging</h1>
<p>This is our new feature</p>
<p>Penambahan menu staging</p>
<p>Penambahan menu staging 2</p>
</body>
</html>