Skip to content

Commit

Permalink
Rename repo name references to acm-server
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Jun 30, 2024
1 parent 05dc3bf commit a57afc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# acm-aws
# acm-server

![Deployment status badge](https://github.com/acmcsufoss/acm-aws/actions/workflows/deploy.yml/badge.svg?branch=main)
![Deployment status badge](https://github.com/acmcsufoss/acm-server/actions/workflows/deploy.yml/badge.svg?branch=main)

acm-aws contains the Terraform deployment files for ACM at CSUF. It uses
acm-server contains the Terraform deployment files for ACM at CSUF. It uses
Terraform and Nix to orchestrate cloud servers.

## What is?
Expand All @@ -28,7 +28,7 @@ have everything else handled automatically.

## Project Structure

acm-aws has several root directories:
acm-server has several root directories:

- nix/ contains internal Nix files, such as the sources for some of our
packages.
Expand Down
8 changes: 4 additions & 4 deletions docs/Autoupdating Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ After that, push the changes to the `main` branch as usual.
## The `update-pkg` Action
This repository contains an `update-pkg` action that automatically dispatches a
new workflow run that updates the given package onto acm-aws. Use it as such:
new workflow run that updates the given package onto acm-server. Use it as such:
```yml
- name: Update package on production
uses: acmcsufoss/acm-aws/.github/actions/update-pkg@main
uses: acmcsufoss/acm-server/.github/actions/update-pkg@main
with:
token: ${{ secrets.PAT_TOKEN }}
package: acmregister # !!!: swap with your own!
Expand Down Expand Up @@ -67,14 +67,14 @@ jobs:
uses: ./.github/workflows/build.yml
dispatch:
name: Dispatch to acm-aws
name: Dispatch to acm-server
needs: build
runs-on: ubuntu-latest
environment: Production
concurrency: Production
steps:
- name: Dispatch workflow
uses: acmcsufoss/acm-aws/.github/actions/update-pkg@main
uses: acmcsufoss/acm-server/.github/actions/update-pkg@main
with:
token: ${{ secrets.PAT_TOKEN }}
package: acmregister
Expand Down

0 comments on commit a57afc6

Please sign in to comment.