Skip to content

Commit

Permalink
🐛 :: (#2) GPG key로 암호화 하는 step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent 29aa5a4 commit 5fa0a37
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commands/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ echo "🚀 Preparing to deploy..."
echo "🔑 Decrypting files..."

gpg --quiet --batch --yes --decrypt --passphrase="${GPG_SECRET}" \
--output golo-dev-sign.asc .build/golo-dev-sign.asc.gpg
--output smoothbear04-sign.asc .github/workflows/commands/gpg/smoothbear04-sign.asc.gpg

gpg --quiet --batch --yes --decrypt --passphrase="${GPG_SECRET}" \
--output gradle.properties .build/gradle.properties.gpg
--output gradle.properties .github/workflows/commands/gpg/gradle.properties.gpg

gpg --fast-import --no-tty --batch --yes golo-dev-sign.asc
gpg --fast-import --no-tty --batch --yes .github/workflows/commands/gpg/smoothbear04-sign.asc

echo "📦 Publishing..."

Expand Down
Binary file added .github/workflows/commands/gpg/gradle.properties.gpg
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Gradle
.gradle
gradle.properties

# IDE Settings
.idea
Expand Down

0 comments on commit 5fa0a37

Please sign in to comment.