From ef474b35cac16d2f709b61d0d62262a8c3963eb5 Mon Sep 17 00:00:00 2001 From: Kazunari Hara Date: Mon, 29 Jul 2024 13:16:51 +0900 Subject: [PATCH] chore: deploy css --- .github/workflows/deploy.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..8e272bb --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,18 @@ +name: deploying + +on: + push: + +jobs: + deploying: + name: deploying + runs-on: ubuntu-latest + timeout-minutes: 10 + steps: + - uses: actions/checkout@v4 + - uses: google-github-actions/auth@v2 + with: + credentials_json: ${{ secrets.GCP_SA_KEY }} + - name: Deploy to Cloud Storage + run: | + gsutil cp ameba-color-palette.css gs://${{ secrets.GCS_BUCKET }}/packages/@openameba/ameba-color-palette.css/ameba-color-palette.css