Skip to content

Commit

Permalink
Neaten deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
conatus authored Jan 4, 2024
1 parent ae0e4f1 commit 4f123d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Docker Buildx
- name: Set up Docker Build
uses: docker/setup-buildx-action@v1

- name: setup git config
- name: Setup Git configuration
run: |
git config user.name "Deploy Bot"
git config user.email "<>"
Expand All @@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push to docker
- name: Build and push to Docker
uses: docker/build-push-action@v2
with:
context: .
Expand Down

0 comments on commit 4f123d7

Please sign in to comment.