Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: rename caprover job
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jul 1, 2024
1 parent a672d11 commit 3035efa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build-and-deploy:
deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -26,6 +26,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}

- name: Deploy Image to CapRrover
uses: caprover/deploy-from-github@v1.1.2
with:
Expand Down

0 comments on commit 3035efa

Please sign in to comment.