Skip to content

Commit

Permalink
Correccion de actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPotatoXx committed Jan 21, 2024
1 parent a564876 commit 844248c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: appleboy/scp-action@master
with:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
source: "dist/*"
target: ${{ secrets.SERVER_TARGET_PATH }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASSWORD }}
port: ${{ secrets.SERVER_PORT }}
source: "dist/*"
target: "/srv/www/html/"

0 comments on commit 844248c

Please sign in to comment.