Skip to content

Commit

Permalink
chore: API deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Feb 6, 2024
1 parent 786bd1b commit 8e59f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-api-do-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'ever-co/ever-gauzy'
ref: develop

- name: Install doctl

Check warning on line 21 in .github/workflows/deploy-api-do-dev.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (doctl)
uses: digitalocean/action-doctl@v2

Check warning on line 22 in .github/workflows/deploy-api-do-dev.yml

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (doctl)
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy-api-do-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'ever-co/ever-gauzy'
ref: master

- name: Install doctl
uses: digitalocean/action-doctl@v2
Expand Down

0 comments on commit 8e59f7e

Please sign in to comment.