Skip to content

Commit

Permalink
ci: add alpha2 tag for dev deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grisham committed Oct 12, 2022
1 parent d0b9dc9 commit f4f6a76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/configs/alpha2.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
VUE_APP_ORBIT_URL=https://alpha2.capsule.social/orbit
VUE_APP_CAPSULE_SERVER=https://alpha2.capsule.social/server
VUE_APP_CONTRACT_NAME=dev-1657702549987-47675900699610
VUE_APP_DOMAIN="https://alpha2.capsule.social"
VUE_APP_BASE_URL=https://alpha2.capsule.social
VUE_APP_NEAR_NETWORK=testnet
VUE_APP_HCAPTCHA_SITE_KEY="4c2a59d5-cedc-4e81-a646-b769bf50e52c"
1 change: 1 addition & 0 deletions .github/workflows/ci-release-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Development Deploy
on:
push:
tags:
- alpha2
- payments

jobs:
Expand Down

0 comments on commit f4f6a76

Please sign in to comment.