mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2024-12-22 18:59:49 +01:00
Made the server variable a secret
This commit is contained in:
parent
12afc55717
commit
e46bbab164
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Deploy FTP
|
||||
uses: sebastianpopp/ftp-action@master
|
||||
with:
|
||||
host: "ftp.example.com"
|
||||
host: ${{ secrets.FTP_SERVER }}
|
||||
user: ${{ secrets.FTP_USERNAME }}
|
||||
password: ${{ secrets.FTP_PASSWORD }}
|
||||
localDir: "dist"
|
||||
|
|
Loading…
Reference in a new issue