Skip to content

Update the TPGwidget link #13

Update the TPGwidget link

Update the TPGwidget link #13

Workflow file for this run

on: push
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.host }}
username: ${{ secrets.username }}
password: ${{ secrets.ftp_password }}
security: strict