Skip to content

Commit

Permalink
change action
Browse files Browse the repository at this point in the history
  • Loading branch information
pulimento committed Sep 24, 2019
1 parent 6fa395d commit 9c3e425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
FROM pulimento/alpine-hugo-firebase

# Github labels
LABEL "com.github.actions.icon"="arrow-up-circle"
LABEL "com.github.actions.color"="green"

# Things to do!
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["sh", "/entrypoint.sh"]
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Hugo build and Firebase Deploy'
description: 'Builds the site using Hugo, and deploy it to Firebase Hosting'
branding:
icon: 'arrow-up-circle'
color: 'green'
inputs:
firebase-token:
description: 'Firebase token (obtained via firebase tools -- firebase login:ci)'
Expand Down

0 comments on commit 9c3e425

Please sign in to comment.