Skip to content

Commit

Permalink
update(builder): update envs secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
1stdevfriend committed Dec 11, 2023
1 parent e05b3c2 commit aacc276
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
echo "Git pull failed. Check repository and credentials."
exit 1
fi
host: ${{ secrets.HOST }}
user: ${{ secrets.USERNAME }}
pass: ${{ secrets.PASSWORD}}
port: ${{ secrets.PORT}}

host: ${{ secrets.REMOTE_HOST }}
user: ${{ secrets.REMOTE_USER }}
pass: ${{ secrets.REMOTE_PASSWORD}}

0 comments on commit aacc276

Please sign in to comment.