Skip to content

Commit

Permalink
chore: 도커 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Feb 22, 2024
1 parent d493e6d commit bbb7b61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,6 @@ jobs:
Deploy-Production:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js environment
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Install dependencies
run: npm install

- name: Build Next.js project
run: npm run build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: 'Chromatic Deployment'

# Event for the workflow
on: push
on:
push:
branches:
- main

# List of jobs
jobs:
Expand Down

0 comments on commit bbb7b61

Please sign in to comment.