Skip to content

Commit

Permalink
Build on staging to test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Apr 5, 2024
1 parent 7a2bee6 commit 22c619f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- DEVOPS-2599-cors-issue-update
workflow_dispatch:
inputs:
environment:
Expand All @@ -17,5 +18,6 @@ jobs:
deploy:
uses: ./.github/workflows/build_and_deploy.yml
with:
environment: ${{ inputs.environment || 'dev' }}
environment: staging
# environment: ${{ inputs.environment || 'dev' }}
secrets: inherit
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ http {

server {
listen 80;
server_name localhost;

location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 22c619f

Please sign in to comment.