From 5c0fac6874e6177f46316fc09976609c03159e02 Mon Sep 17 00:00:00 2001 From: srueda99 Date: Mon, 18 Apr 2022 17:03:05 -0500 Subject: [PATCH] Workflow deleted --- .github/workflows/cicd.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/cicd.yml diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml deleted file mode 100644 index d4b2743..0000000 --- a/.github/workflows/cicd.yml +++ /dev/null @@ -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 }}" \ No newline at end of file