diff --git a/.github/workflows/s3Deploy.yml b/.github/workflows/s3Deploy.yml deleted file mode 100644 index 8899043..0000000 --- a/.github/workflows/s3Deploy.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: eollugage-pc Deploy To S3 - -on: - push: - branches: - - main - -jobs: - publish-eollugage-pc: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: 21 - - - name: Put Env - run: echo ${{ secrets.ENV }} > .env - - - name: Install dependencies - run: yarn install - - - name: Build React - run: yarn env-build - - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 - with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: ap-northeast-2 - - - name: Upload to S3 - run: aws s3 sync --region ap-northeast-2 ./build s3://s3-eollugage-pc --delete diff --git a/public/index.html b/public/index.html index ae43a8c..c7b09e0 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - +