Skip to content

Commit

Permalink
Added WhoAMI, Removed Sudo su
Browse files Browse the repository at this point in the history
  • Loading branch information
zzunipark committed Jun 3, 2024
1 parent d421ce2 commit 830b727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
arguments: clean bootJar

- name: sudo su
run: sudo su && echo -n ${{ secrets.SELFHOSTED_PASSWORD }} | sudo -S
- name: Run Whoami
run: whoami

- name: docker image build
run: sudo docker build -t mindway-v2-backend .
Expand Down

0 comments on commit 830b727

Please sign in to comment.