Skip to content

Enhance security by restricting access to sensitive files #28

Enhance security by restricting access to sensitive files

Enhance security by restricting access to sensitive files #28

Workflow file for this run

name: Deploy website on push
on:
push:
branches: [master]
workflow_dispatch:
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.SERVER }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}