Delete update-wishthis-instances.yml

This commit is contained in:
Jay Trees 2022-04-08 16:53:54 +02:00
parent 242d5c6a68
commit a85ca564a9

View file

@ -1,18 +0,0 @@
name: Update wishthis instances
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: git pull
uses: garygrossgarten/github-action-ssh@release
with:
command: ${{ secrets.SSH_COMMAND }}
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
env:
CI: true