Skip to content

Commit

Permalink
chore: deploy css
Browse files Browse the repository at this point in the history
  • Loading branch information
herablog committed Jul 29, 2024
1 parent 2b56f44 commit edfa733
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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/@${{ github.owner }}/ameba-color-palette.css

0 comments on commit edfa733

Please sign in to comment.