Skip to content

Fixing Fileaction cache with reload (Major UX problem) #3

Fixing Fileaction cache with reload (Major UX problem)

Fixing Fileaction cache with reload (Major UX problem) #3

Workflow file for this run

name: Staging
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
uses: appleboy/ssh-action@master
with:
host: ${{ vars.STAGING_SERVER_HOST }}
username: deploy
key: ${{ secrets.STAGING_SSH_PRIVATE_KEY }}
script: bash deploy