Workflow deleted
This commit is contained in:
parent
59705f97b3
commit
5c0fac6874
23
.github/workflows/cicd.yml
vendored
23
.github/workflows/cicd.yml
vendored
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user