Workflow deleted

This commit is contained in:
srueda99 2022-04-18 17:03:05 -05:00
parent 59705f97b3
commit 5c0fac6874

View File

@ -1,23 +0,0 @@
name: Super SCP Action
on: [push]
jobs:
scp:
name: SCP Copy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: Copy using key
id: key-job
uses: srueda99/scp-action@stable
with:
port: 22
host: ${{ secrets.SERVER_ADDRESS }}
origin: "./*"
destination: "/home/${{ secrets.SERVER_USERNAME }}/"
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SERVER_KEY }}
- name: Last run
run: echo "Last run on ${{ steps.key-job.outputs.time }}"