Skip to content

Commit

Permalink
Fix CD
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored and Deployment Bot (from Github Actions) committed May 12, 2021
1 parent 0ed55f2 commit ee09d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
-e BUILD_TARGET=runtime \
-e DOCKER_TAG="${GITHUB_REF##*/}" \
release deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ release-docker:
) done

gh-pages-remote:
@git remote add ghp "https://$(GITHUB_AUTH_TOKEN)@github.com/ascoderu/lokole.git" && \
@git remote add ghp "https://$(GITHUB_TOKEN)@github.com/ascoderu/lokole.git" && \
git config --local user.name "Deployment Bot (from Github Actions)" && \
git config --local user.email "[email protected]"

Expand Down

0 comments on commit ee09d43

Please sign in to comment.