fix: rename 5ControlS to 5S Control #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dev | |
on: | |
push: | |
branches: [development] | |
jobs: | |
Build: | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@main | |
- name: Build | |
run: docker build . -t 5scontrol/5scontrol_front:latest | |
- name: Push | |
run: docker push 5scontrol/5scontrol_front:latest | |
- name: deploy | |
run: curl 192.168.1.115:4545/deploy-pod?service=front |