Skip to content

Commit

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

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

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

Expand Down

0 comments on commit d421ce2

Please sign in to comment.