Skip to content

Commit

Permalink
chore: remove auto deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan committed Feb 16, 2024
1 parent 46f229b commit cb281df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
19 changes: 0 additions & 19 deletions .github/scripts/deploy-web.sh

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,3 @@ jobs:

- name: TM test
run: node packages/cli/index.js -t TM -i examples/tm/*/*.jsonld

deploy-via-ssh:
runs-on: ubuntu-latest

needs: setup-and-test

if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' && github.repository_owner == 'thingweb' }}

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Run remote commands script
run: ./.github/scripts/deploy-web.sh
shell: bash
env:
SSH_PASS: ${{ secrets.SSH_PASS }}
SSH_HOST: ${{ secrets.SSH_HOST }}

0 comments on commit cb281df

Please sign in to comment.