Skip to content

Commit

Permalink
ci: remove deploy to server step
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg authored Dec 6, 2024
1 parent d06d9f3 commit 3027b08
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,3 @@ jobs:
projectName: ubuntu-mate-org
directory: _site
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy to server
if: ${{ github.event_name == 'push' && github.repository == 'ubuntu-mate/ubuntu-mate.org' }}
run: |
mkdir -p $HOME/.ssh/
chmod 700 $HOME/.ssh/
echo -n "${{ secrets.SSH_MATEY }}" > $HOME/.ssh/id_rsa
chmod 600 $HOME/.ssh/id_rsa
scripts/deploy.sh

0 comments on commit 3027b08

Please sign in to comment.