Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
goldapple-ce committed Sep 11, 2023
1 parent 39e49c8 commit f74ad7b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
java-version: "11"
distribution: "temurin"

- name: checkout
uses: actions/checkout@main

- name: create env file
run: |
touch .env
echo "${{ secrets.ENV_VARS }}" >> .env
# - name: create env file
# run: |
# touch .env
# echo "${{ secrets.ENV_VARS }}" >> .env

- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
Expand All @@ -37,8 +34,7 @@ jobs:
username: ubuntu
key: ${{ secrets.PRIVATE_KEY }}
script: |
sudo git submodule init
sudo git submodule update --recursive --remote --merge
sh ../../deploy.sh
# gradle caching - 빌드 시간 향상
- name: Gradle Caching
Expand Down

0 comments on commit f74ad7b

Please sign in to comment.