Skip to content

Commit 7ac4e35

Browse files
committed
chore: remove Digital Ocean deployment from GitHub Actions
1 parent 2d17518 commit 7ac4e35

File tree

2 files changed

+40
-322
lines changed

2 files changed

+40
-322
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI/CD
1+
name: CI
22

33
on:
44
push:
@@ -61,19 +61,3 @@ jobs:
6161
NEXT_PUBLIC_RPC_URL: ${{ secrets.NEXT_PUBLIC_RPC_URL }}
6262
NEXT_PUBLIC_DOMAIN: ${{ secrets.NEXT_PUBLIC_DOMAIN }}
6363
NEXT_PUBLIC_SIWE_URI: ${{ secrets.NEXT_PUBLIC_SIWE_URI }}
64-
65-
deploy:
66-
needs: build
67-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
68-
runs-on: ubuntu-latest
69-
steps:
70-
- uses: actions/checkout@v4
71-
72-
- name: Install doctl
73-
uses: digitalocean/action-doctl@v2
74-
with:
75-
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
76-
77-
- name: Deploy to Digital Ocean
78-
run: |
79-
doctl apps create-deployment ${{ secrets.DIGITALOCEAN_APP_ID }}

0 commit comments

Comments
 (0)