We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d17518 commit 7ac4e35Copy full SHA for 7ac4e35
.github/workflows/main.yml
@@ -1,4 +1,4 @@
1
-name: CI/CD
+name: CI
2
3
on:
4
push:
@@ -61,19 +61,3 @@ jobs:
61
NEXT_PUBLIC_RPC_URL: ${{ secrets.NEXT_PUBLIC_RPC_URL }}
62
NEXT_PUBLIC_DOMAIN: ${{ secrets.NEXT_PUBLIC_DOMAIN }}
63
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