Skip to content

Commit

Permalink
another change master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Nov 14, 2024
1 parent 4646e7b commit 93ed436
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _cms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cms.storage(
client: new Octokit({ auth: Deno.env.get("GITHUB_TOKEN") }),
owner: "rickcogley",
repo: "rick.cogley.jp",
branch: "master",
branch: "main",
path: "src",
}),
);
Expand Down
20 changes: 10 additions & 10 deletions src/archive/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
name: deploy-production
on:
push:
branches: [ master ]
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy via Apex Up
env:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy via Apex Up
env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
UP_CONFIG: ${{ secrets.UP_CONFIG }}
uses: apex/actions/[email protected]
with:
stage: production
- name: Check folder contents
run: |
uses: apex/actions/[email protected]
with:
stage: production
- name: Check folder contents
run: |
ls
echo "====== HTML ======"
ls html

0 comments on commit 93ed436

Please sign in to comment.