Skip to content

Commit

Permalink
action +
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed May 6, 2024
1 parent fe2077d commit 77e3d29
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/sshtodeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest

environment:
name: SSH CREDENTIALS
steps:
- name: "Checking Out"
uses: actions/checkout@v3
Expand All @@ -33,11 +34,6 @@ jobs:
- name: Generating Static Files
run: yarn build

deploy:
runs-on: ubuntu-latest
environment:
name: SSH CREDENTIALS
steps:
- name: Deploy to Server
uses: easingthemes/[email protected]
with:
Expand Down

0 comments on commit 77e3d29

Please sign in to comment.