Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasReitin committed Jun 17, 2024
1 parent 96e0b05 commit e24469f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ jobs:
env:
VITE_API_URL: ${{vars.VITE_API_URL}}

- name: Fast FTP Action
uses: anvil-solutions/[email protected]
with:
server: ${{ secrets.SERVER_HOST}}
port: ${{ secrets.SERVER_PORT }}
username: ${{ secrets.USERNAME}}
password: ${{ secrets.FTP_PASSWORD }}
local_dir: ./dist
remote_dir: ${{ DEPLOYMENT_PATHFILE }}

# - name: SSH Deployment
# uses: saranraj3195/sparkout-deployment@v2
# env:
Expand All @@ -33,14 +43,4 @@ jobs:
# FOLDER: 'dist/*'
# SERVER_IP: ${{ secrets.SERVER_HOST }}
# USERNAME: ${{ secrets.USERNAME }}
# SERVER_DESTINATION: ${{ secrets.DEPLOYMENT_PATHFILE }}

- name: Fast FTP Action
uses: anvil-solutions/[email protected]
with:
server: ${{ secrets.SERVER_HOST}}
port: ${{ secrets.SERVER_PORT }}
username: ${{ secrets.USERNAME}}
password: ${{ secrets.FTP_PASSWORD }}
local_dir: ./dist
remote_dir: ${{ DEPLOYMENT_PATHFILE }}
# SERVER_DESTINATION: ${{ secrets.DEPLOYMENT_PATHFILE }}

0 comments on commit e24469f

Please sign in to comment.