Skip to content

Feature was not working when swarm folder only had one file. This is … #4

Feature was not working when swarm folder only had one file. This is …

Feature was not working when swarm folder only had one file. This is … #4

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