Skip to content

Commit

Permalink
feat:CD
Browse files Browse the repository at this point in the history
  • Loading branch information
goldapple-ce committed Sep 11, 2023
1 parent d0b7765 commit 0d75f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
distribution: "temurin"

- name: checkout
uses: actions/checkout@master
uses: actions/checkout@master

- name: create env file
run: |
touch .env
echo "${{ secrets.ENV_VARS }}" >> .env
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit 0d75f2c

Please sign in to comment.