Skip to content

added navbar identifier for sponsor #515

added navbar identifier for sponsor

added navbar identifier for sponsor #515

Workflow file for this run

name: Deploy to site
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SITES_SSH_PRIVATE_KEY }}
name: id_ed25519
known_hosts: ${{ vars.SSH_KNOWN_HOSTS }}
config: ${{ vars.SSH_CONFIG }}
if_key_exists: fail
- name: Update Server
run: ssh sites "/srv/new-site/source/build.sh"