Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Oct 28, 2023
1 parent 1103818 commit 5a527d2
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- main
name: Deploy website on push
name: Deploy
jobs:
web-deploy:
name: Deploy
Expand All @@ -11,17 +11,6 @@ jobs:
- name: Get latest code
uses: actions/[email protected]

# - name: Run command on server
# uses: D3rHase/[email protected]
# with:
# host: ${{ secrets.SSH_HOST }}
# user: ${{ secrets.SSH_USER }}
# private_key: ${{ secrets.SSH_PRIVATE_KEY }}
# command: |
# cd ${{ secrets.WORK_DIR }}
# git checkout main
# git pull

- name: Install ssh keys
run: |
install -m 600 -D /dev/null ~/.ssh/id_rsa
Expand Down

0 comments on commit 5a527d2

Please sign in to comment.