From 56c1b87292d8868a47607879abd98ca5613907ff Mon Sep 17 00:00:00 2001 From: 40115-C02HG3L4Q05D <40115-c02hg3l4q05d@40115-C02HG3L4Q05Ds-MacBook-Pro.local> Date: Thu, 17 Aug 2023 10:50:02 +0700 Subject: [PATCH 1/3] penambahan fitur staging --- .github/workflows/master.yml | 4 ++-- .github/workflows/staging.yml | 4 ++-- index.html | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1444ac7..a207623 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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/ \ No newline at end of file + server-dir: /production.ariefrivaldi.my.id/htdocs \ No newline at end of file diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 2f6c483..aa383bb 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -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/ \ No newline at end of file + server-dir: /staging.ariefrivaldi.my.id/htdocs \ No newline at end of file diff --git a/index.html b/index.html index b094a22..30a8402 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,6 @@

This is our Staging

This is our new feature

+

Penambahan menu staging

\ No newline at end of file From 6e764556a9e121eb412857c22a4c9ff70302c21f Mon Sep 17 00:00:00 2001 From: 40115-C02HG3L4Q05D <40115-c02hg3l4q05d@40115-C02HG3L4Q05Ds-MacBook-Pro.local> Date: Thu, 17 Aug 2023 10:52:00 +0700 Subject: [PATCH 2/3] penambahan fitur staging --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 30a8402..69f2346 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@

This is our Staging

This is our new feature

Penambahan menu staging

+

Penambahan menu staging 2

\ No newline at end of file From 2b16db59f967bd00c943ad85231bc69372ef5505 Mon Sep 17 00:00:00 2001 From: 40115-C02HG3L4Q05D <40115-c02hg3l4q05d@40115-C02HG3L4Q05Ds-MacBook-Pro.local> Date: Thu, 17 Aug 2023 10:53:01 +0700 Subject: [PATCH 3/3] penambahan fitur staging --- .github/workflows/master.yml | 2 +- .github/workflows/staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a207623..a68bfe1 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -17,4 +17,4 @@ jobs: server: ftpupload.net username: ${{ secrets.ftp_username}} password: ${{ secrets.ftp_password }} - server-dir: /production.ariefrivaldi.my.id/htdocs \ No newline at end of file + server-dir: /production.ariefrivaldi.my.id/htdocs/ \ No newline at end of file diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index aa383bb..5a39cfa 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -17,4 +17,4 @@ jobs: server: ftpupload.net username: ${{ secrets.ftp_username}} password: ${{ secrets.ftp_password }} - server-dir: /staging.ariefrivaldi.my.id/htdocs \ No newline at end of file + server-dir: /staging.ariefrivaldi.my.id/htdocs/ \ No newline at end of file