Skip to content

Commit

Permalink
Feat: run deploy on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
junseublim committed Jul 13, 2024
1 parent 8e6f4c0 commit da9ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

deploy:
needs: build
runs-on: ip-172-31-6-84
runs-on: self-hosted

steps:
- name: Pull from DockerHub
Expand Down

0 comments on commit da9ecd9

Please sign in to comment.