Skip to content

Commit

Permalink
Update push-hostinger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike authored Feb 19, 2024
1 parent 498f652 commit 3c0235e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/push-hostinger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest


env:
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PACKAGES_TOKEN: ${{ secrets.GIT_PACKAGES_TOKEN }}

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -26,9 +30,6 @@ jobs:

- name: Deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
env:
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
GIT_PACKAGES_TOKEN: ${{ secrets.GIT_PACKAGES_TOKEN }}
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
Expand Down

0 comments on commit 3c0235e

Please sign in to comment.