Skip to content

Rollback primary colour and add primary-alt #14

Rollback primary colour and add primary-alt

Rollback primary colour and add primary-alt #14

Workflow file for this run

name: Deploy
on: [push]
jobs:
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Copy files to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
source: "."
target: ${{ secrets.TARGET }}
key: ${{ secrets.PRIVATE_KEY }}
rm: true