1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Delete .github/workflows/deploy.yml (#2043)

This commit is contained in:
mihaisc 2024-05-26 15:31:14 +03:00 committed by GitHub
parent 0a8e72ae1d
commit cb3a9ae1b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +0,0 @@
name: 'Deploy'
on:
push:
branches:
- main
jobs:
s3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build:static
env:
NEXT_PUBLIC_INFURA_PROJECT_ID: ${{ secrets.NEXT_PUBLIC_INFURA_PROJECT_ID }}
- run: npm run deploy:s3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}