Skip to content

Commit

Permalink
Merge pull request #136 from AlphadayHQ/dev
Browse files Browse the repository at this point in the history
fix: Update workflows for new release
  • Loading branch information
v-almonacid authored Nov 23, 2023
2 parents f60e122 + ef203ef commit fd6e54e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 126 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy to epsilonday (dev)
name: Deploy to zettaday (dev)

on:
# deploy runs when merging on dev
# pull_request:
# types:
# - closed
# branches:
# - dev
pull_request:
types:
- closed
branches:
- dev
# and can be triggered manually also
workflow_dispatch:

Expand Down
118 changes: 0 additions & 118 deletions .github/workflows/deploy-epsilon.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: build
run: yarn build:deploy
env:
ENVIRONMENT: ${{ env.ENVIRONMENT }}
VITE_ENVIRONMENT: ${{ env.ENVIRONMENT }}

VITE_DEFIPULSE_API_KEY: ${{ secrets.PROD__FRONTEND__API_KEY_DEFIPULSE }}
VITE_ETHERSCAN_API_KEY: ${{ secrets.PROD__FRONTEND__API_KEY_ETHERSCAN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: build
run: yarn build:deploy
env:
ENVIRONMENT: ${{ env.ENVIRONMENT }}
VITE_ENVIRONMENT: ${{ env.ENVIRONMENT }}

VITE_DEFIPULSE_API_KEY: ${{ secrets.STAGING__FRONTEND__API_KEY_DEFIPULSE }}
VITE_ETHERSCAN_API_KEY: ${{ secrets.STAGING__FRONTEND__API_KEY_ETHERSCAN }}
Expand Down

0 comments on commit fd6e54e

Please sign in to comment.