Skip to content

Commit

Permalink
Merge pull request #55 from InformaticsMatters/master
Browse files Browse the repository at this point in the history
Potential deployment fix
  • Loading branch information
reskyner authored Apr 27, 2021
2 parents 78ddbd7 + 91933d9 commit eb79e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 149 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ jobs:
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
- name: Display github.ref
run: echo "${{ github.ref }}"
- name: Initialise workflow variables
id: vars
env:
Expand Down Expand Up @@ -239,7 +237,7 @@ jobs:
template-user: ${{ secrets.AWX_USER }}
template-user-password: ${{ secrets.AWX_USER_PASSWORD }}
template-var: stack_image_tag
template-var-value: ${{ steps.vars.outputs.tag }}
template-var-value: ${{ needs.build.outputs.tag }}
- name: Notify staging deployment
if: steps.vars.outputs.notify == 'true'
uses: rtCamp/action-slack-notify@v2
Expand All @@ -265,7 +263,7 @@ jobs:
template-user: ${{ secrets.AWX_USER }}
template-user-password: ${{ secrets.AWX_USER_PASSWORD }}
template-var: stack_image_tag
template-var-value: ${{ steps.vars.outputs.tag }}
template-var-value: ${{ needs.build.outputs.tag }}
- name: Notify production deployment
if: steps.vars.outputs.notify == 'true'
uses: rtCamp/action-slack-notify@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![build main](https://github.com/InformaticsMatters/fragalysis-stack/actions/workflows/build-main.yaml/badge.svg)](https://github.com/InformaticsMatters/fragalysis-stack/actions/workflows/build-main.yaml)
[![build main](https://github.com/xchem/fragalysis-stack/actions/workflows/build-main.yaml/badge.svg)](https://github.com/xchem/fragalysis-stack/actions/workflows/build-main.yaml)

[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/xchem/fragalysis-stack)
[![Version](http://img.shields.io/badge/version-0.0.1-blue.svg?style=flat)](https://github.com/xchem/fragalysis-stack)
Expand Down
144 changes: 0 additions & 144 deletions no.travis.yml

This file was deleted.

0 comments on commit eb79e64

Please sign in to comment.