Skip to content

Commit

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

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

- name: Deploy to Server
run: |
Expand Down

0 comments on commit 64016a3

Please sign in to comment.