We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbf71d commit 5cc54fbCopy full SHA for 5cc54fb
1 file changed
.github/workflows/deploy.yaml
@@ -12,6 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
environment: ${{ inputs.environment }}
14
steps:
15
+ - name: Declare image's tag
16
+ shell: bash
17
+ run: |
18
+ echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
19
- name: Deploy
20
uses: appleboy/ssh-action@v1.1.0
21
with:
0 commit comments