From 977ae18d902744828b5e2c04b2c0a240124e29d0 Mon Sep 17 00:00:00 2001 From: dongkyun-dev Date: Mon, 19 Feb 2024 23:49:48 +0900 Subject: [PATCH] feat: test --- .github/workflows/deploy.yaml | 2 +- pages/_app.tsx | 4 ++-- public/{images => }/favicon.ico | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename public/{images => }/favicon.ico (100%) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5aac8aa2..213e7568 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -3,7 +3,7 @@ name: Create and publish a Docker image to AWS ECR ans deploy to EC2 on: push: branches: - - main + - feature/BAR-242 env: REGISTRY: ${{ secrets.AWS_ECR_REGISTRY }} diff --git a/pages/_app.tsx b/pages/_app.tsx index bab1cd89..003e90ff 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -12,7 +12,7 @@ const App = ({ Component, pageProps }: AppProps) => { return ( - + { href="/images/favicon-16x16.png" /> - + diff --git a/public/images/favicon.ico b/public/favicon.ico similarity index 100% rename from public/images/favicon.ico rename to public/favicon.ico