Skip to content

Commit

Permalink
Merge pull request #202 from dancier/feature/rework-some-things
Browse files Browse the repository at this point in the history
fix github deploy action
  • Loading branch information
halbekanne authored Dec 15, 2023
2 parents f9ca6ab + 17baf72 commit 41cc6a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Build and deploy to test server

on:
push:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: ${{ DEPLOY_FRONTEND_CMD }}
script: ${{ secrets.DEPLOY_FRONTEND_CMD }}
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: Build

on:
pull_request:
Expand Down

0 comments on commit 41cc6a5

Please sign in to comment.