Skip to content

Commit

Permalink
ci: remove wrong dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaMart committed Sep 2, 2024
1 parent 633a152 commit cfcd432
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 @@ -12,7 +12,6 @@ jobs:

build:
runs-on: ubuntu-latest
needs: test

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -45,12 +44,4 @@ jobs:
push: true
tags: ghcr.io/inab/github-metadata-api:latest

deploy:
runs-on: ubuntu-latest
needs: build

steps:
- name: Deploy to server
run: |
echo "Deploying to server..."
# Add your deployment steps here (e.g., SSH into a server and pull the image)

0 comments on commit cfcd432

Please sign in to comment.