Skip to content

Update taxizones.txt #32

Update taxizones.txt

Update taxizones.txt #32

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@v3
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: ftp.adbj.no
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
protocol: ftps