Skip to content

Commit

Permalink
chore: dev workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Jul 3, 2024
1 parent 63c5074 commit 8ab9e14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/develop-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
DOCKERHUB_IMAGE_NAME: walwal-server

jobs:
test:
build-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -74,8 +74,9 @@ jobs:
with:
aws_access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws_secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
existing_bucket_name: "walwal-server-dev-deployment"
application_name: "walwal-server"
environment_name: "walwal-server-dev-env"
version_label: "github-action-${{ steps.format-time.outputs.replaced }}"
version_label: "github-action-dev"
region: ap-northeast-2
deployment_package: deployment-package.zip

0 comments on commit 8ab9e14

Please sign in to comment.