Skip to content

Commit

Permalink
switch deployment configuration to production
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov committed Feb 4, 2021
1 parent c11594b commit ca12f9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"projects": {
"xdai": "xdai-omnibridge",
"production": "xdai-omnibridge",
"sokol": "sokol-omnibridge",
"staging": "omnibridge-staging",
"merge": "koal-personal"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build and Deploy to test merge
name: Build and Deploy to production
on:
push:
branches:
- rebase-20210204
- master

jobs:
deploy:
name: Build & Deploy to test merge
name: Build & Deploy to production
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting --project merge
args: deploy --only hosting --project production
env:
CI: true
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy xDai Staging
on:
push:
branches:
- master
- staging

jobs:
deploy:
Expand Down

0 comments on commit ca12f9f

Please sign in to comment.