Skip to content

Commit

Permalink
Merge pull request #1205 from gdams/new
Browse files Browse the repository at this point in the history
remove digitalocean references
  • Loading branch information
karianna authored Oct 14, 2024
2 parents 254c566 + 8e6e5ef commit 28e15e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
17 changes: 0 additions & 17 deletions .github/actions/do-login/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/deploy-adoptopenjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,3 @@ jobs:
uses: ./.github/actions/kubectl-redeploy
with:
NAMESPACE: ${{ env.NAMESPACE }}

# if the branch is production, redeploy the k8s service on digitalocean too
- name: Login to DigitalOcean
uses: ./.github/actions/do-login
with:
DIGITALOCEAN_ACCESS_TOKEN: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}

- name: Redeploy Kubernetes Updater and Frontend
if: startsWith(github.ref, 'refs/heads/production')
uses: ./.github/actions/kubectl-redeploy
with:
NAMESPACE: adoptopenjdk-do

0 comments on commit 28e15e4

Please sign in to comment.