Skip to content

Merge branch 'main' of github.com:metacube-games/landing-page #100

Merge branch 'main' of github.com:metacube-games/landing-page

Merge branch 'main' of github.com:metacube-games/landing-page #100

Workflow file for this run

name: Deployment
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: /home/github/deploy.sh