Skip to content

Commit

Permalink
oaisjdfoiajdfoij
Browse files Browse the repository at this point in the history
  • Loading branch information
saniyar committed May 7, 2023
1 parent 4c87023 commit 69dc44e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run script
run: |
echo $GITHUB_SHA
echo $GITHUB_JOB
echo ${{ github.sha }}
echo ${{ github.job }}
darkube deploy --ref master --token ${DARKUBE_test_github_action_convertor_demo_org_DEPLOY_TOKEN} --app-id ${DARKUBE_test_github_action_convertor_demo_org_APP_ID} --image-tag "$GITHUB_SHA" --job-id "$GITHUB_JOB" --stateless-app true
run: darkube deploy --ref master --token ${DARKUBE_test_github_action_convertor_demo_org_DEPLOY_TOKEN} --app-id ${DARKUBE_test_github_action_convertor_demo_org_APP_ID} --image-tag "$GITHUB_SHA" --job-id "$GITHUB_JOB" --stateless-app true
env:
REGISTRY: ${{ vars.REGISTRY }}
REGISTRY_PASSWORD: ${{ vars.REGISTRY_PASSWORD }}
Expand Down

0 comments on commit 69dc44e

Please sign in to comment.