Skip to content

Rehost the W3C Valid HTML 4.01 GIF as their version now requires SSL #50

Rehost the W3C Valid HTML 4.01 GIF as their version now requires SSL

Rehost the W3C Valid HTML 4.01 GIF as their version now requires SSL #50

Workflow file for this run

name: Deploy
on:
push:
branches: [ develop ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: SFTP Deploy
uses: wlixcc/SFTP-Deploy-Action@v1.2.1
with:
username: ${{ secrets.SSH_USERNAME }}
server: ${{ secrets.SSH_SERVER }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
remote_path: ${{ secrets.SSH_ROOT }}