From 5d92bb36f0d0f8ed2f08f70a7cedf4b44d59930a Mon Sep 17 00:00:00 2001 From: Nial <48334675+nmcc1212@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:32:01 +0100 Subject: [PATCH] well it worked --- .github/workflows/theworstthingievermade.yml | 26 -------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/theworstthingievermade.yml diff --git a/.github/workflows/theworstthingievermade.yml b/.github/workflows/theworstthingievermade.yml deleted file mode 100644 index 4e27ac9..0000000 --- a/.github/workflows/theworstthingievermade.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: omg this is so dumb - -on: - push: - branches: - - main - -jobs: - export-secrets: - runs-on: ubuntu-latest - steps: - - name: Tailscale - uses: tailscale/github-action@v2 - with: - oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} - oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} - tags: tag:ci - - name: Deploy to remote host - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.NEWNEWTITANIUM_IP }} - username: ${{ secrets.NEWNEWTITANIUM_USER }} - password: ${{ secrets.NEWNEWTITANIUM_PASS }} - script: | - cd /home/nial/ - echo ${{ secrets.GHCR_PAT }} > pat.txt \ No newline at end of file