Skip to content

Commit

Permalink
Merge pull request #63 from DevKor-github/develop
Browse files Browse the repository at this point in the history
fix: deploy actions
  • Loading branch information
astorverse authored Sep 25, 2024
2 parents 461ba9a + 8274ee8 commit 1618a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_PRODUCTION_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_PRODUCTION_SECRET_ACCESS_KEY }}
AWS_PROFILE: production
AWS_PROFILE: staging
ACCOUNT: 'ubuntu'
DOCKER_TAG: 'latest'
SERVICE_NAME: 'blccu'
SERVICE_NAME: 'blccu-ecr'
BLUE_PORT: '3000'
GREEN_PORT: '3001'
NGINX_CONFIG: '/etc/nginx/nginx.conf'
Expand Down

0 comments on commit 1618a26

Please sign in to comment.