Skip to content

Commit

Permalink
Updated frontend.yml to have correct secrets key
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 18, 2023
1 parent 0650895 commit 1d6ce06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Push to server!
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_username}}
server: ${{ secrets.ftp_server_ip}}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
protocol: ${{ secrets.ftp_protocol}}
port: ${{ secrets.ftp_port }}
local_dir: webserver/public_html
server_dir: ${{ secrets.server_dir }}
server_dir: ${{ secrets.ftp_server_dir }}
dry-run: true

0 comments on commit 1d6ce06

Please sign in to comment.