Skip to content

Commit

Permalink
name actions
Browse files Browse the repository at this point in the history
  • Loading branch information
verygoodsoftwarenotvirus committed Apr 23, 2024
1 parent 055f532 commit 22298a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request]
# branches:
# - main

name: Deploy
name: Deploy Backup
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
name: website
path: dist/

- name: Delete website
run: gsutil -m rm -a gs://verygoodsoftwarenotvirus.blog/**
# - name: Delete website
# run: gsutil -m rm -a gs://verygoodsoftwarenotvirus.blog/**

- name: Deploy website
run: gsutil -m cp -r dist/* gs://verygoodsoftwarenotvirus.blog/
4 changes: 2 additions & 2 deletions .github/workflows/deploy_ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ on: [pull_request]
# push:
# branches:
# - main
name: Deploy

name: Deploy Main Site
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 22298a6

Please sign in to comment.