File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 4040 env :
4141 CI : true
4242
43- - name : Notify
44- uses : homoluctus/slatify@master
45- if : github.ref == 'refs/heads/main' && failure()
46- with :
47- type : ${{ job.status }}
48- job_name : " *Build*"
49- url : ${{ secrets.SLACK_NOTIFY }}
50- commit : true
51- token : ${{ secrets.GITHUB_TOKEN }}
52-
5343 # Assuming all that went fine (and it's main): deploy!
5444 deploy :
5545 # Setup
8777 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
8878 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8979
90- - name : Notify
91- uses : homoluctus/slatify@master
92- if : always()
93- with :
94- type : ${{ job.status }}
95- job_name : " *Publish*"
96- url : ${{ secrets.SLACK_NOTIFY }}
97- commit : true
98- token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments