Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankbrgowda committed Apr 9, 2024
1 parent 881c1fc commit 86ac13a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ on:
environment:
required: true
type: string
secrets:
aws_access_key_id:
required: true
aws_secret_access_key:
required: true
ssh_private_key:
required: true
jwt_secret:
required: true
session_secret:
required: true
google_client_id:
required: true
google_client_secret:
required: true
github_token:
required: true

jobs:
deploy:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,9 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
environment: 'staging'
url: ${{ vars.URL }}
instance_id: ${{ vars.INSTANCE_ID }}
secrets: inherit
deploy-demo:
name: Deploy to demo server
if: ${{ github.event_name == 'release' }}
uses: ./.github/workflows/deploy.yml
with:
environment: 'demo'
url: ${{ vars.URL }}
instance_id: ${{ vars.INSTANCE_ID }}
secrets: inherit

0 comments on commit 86ac13a

Please sign in to comment.