Skip to content

Commit

Permalink
update deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SyniRon committed Nov 28, 2024
1 parent 0e258f6 commit 0ba1bd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.THE_KEY }}
ssh-key: ${{ secrets.THE_KEY }}

- name: Deploy to Server
run: |
Expand Down

0 comments on commit 0ba1bd4

Please sign in to comment.