Skip to content

Commit

Permalink
Iterating GH Action Mon Jan 6 03:24:24 PM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 6, 2025
1 parent 3a4ce4b commit 551a3f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_CONFIG_FILE: "${GITHUB_WORKSPACE}/aws-config"
AWS_SHARED_CREDENTIALS_FILE: "${GITHUB_WORKSPACE}/aws-credentials"
REPO: "${GITHUB_WORKSPACE}/jemison"
REPO: "${GITHUB_WORKSPACE}"
steps:
- name: Checkout
uses: actions/checkout@v4

- name: what is there
run: |
ls -alh "${REPO}"
ls -alh "${REPO}/terraform"
- name: Install CloudFoundry CLI v8
run: |
curl -k -O -L https://github.com/cloudfoundry/cli/releases/download/v8.8.0/cf8-cli-installer_8.8.0_x86-64.deb
Expand Down

0 comments on commit 551a3f4

Please sign in to comment.