Skip to content

walkthroughs: fix walkthroughs bar #229

walkthroughs: fix walkthroughs bar

walkthroughs: fix walkthroughs bar #229

name: Deploy staging
on:
push:
branches:
- develop
jobs:
build:
name: Build staging
runs-on: ubuntu-latest
steps:
- uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: ~/update-staging