Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working on workflow #11

Merged
merged 40 commits into from
Aug 10, 2024
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
f23d6f5
Testing branch protection
jarrod-lowe Aug 3, 2024
a9d45e9
Merge remote-tracking branch 'origin/main' into work
jarrod-lowe Aug 3, 2024
5db6869
First workflow
jarrod-lowe Aug 3, 2024
219dcc8
Merge remote-tracking branch 'origin/main' into work
jarrod-lowe Aug 3, 2024
c419668
First workflow - fixes
jarrod-lowe Aug 3, 2024
76219fb
Pin versions
jarrod-lowe Aug 3, 2024
0ec4389
Merge remote-tracking branch 'origin/main' into work
jarrod-lowe Aug 3, 2024
ed878c1
Merge remote-tracking branch 'origin/main' into work
jarrod-lowe Aug 3, 2024
76cb3c0
Environment
jarrod-lowe Aug 3, 2024
6324760
Create test workflaow
jarrod-lowe Aug 3, 2024
9ba670c
more test workflaow
jarrod-lowe Aug 3, 2024
2964ae8
more test workflaow
jarrod-lowe Aug 3, 2024
0fee3b4
more test workflaow
jarrod-lowe Aug 3, 2024
4342c98
more test workflaow
jarrod-lowe Aug 3, 2024
4d1c07e
more test workflaow
jarrod-lowe Aug 3, 2024
6c0e5c5
more test workflaow
jarrod-lowe Aug 3, 2024
43ffd05
more test workflaow
jarrod-lowe Aug 3, 2024
1d64b27
more test workflaow
jarrod-lowe Aug 4, 2024
ed634bd
more test workflaow
jarrod-lowe Aug 4, 2024
cebc1ad
more test workflaow
jarrod-lowe Aug 4, 2024
b0dbe66
more test workflaow
jarrod-lowe Aug 10, 2024
dd6b970
more test workflaow
jarrod-lowe Aug 10, 2024
d1ee7cb
more test workflaow
jarrod-lowe Aug 10, 2024
528dc5e
more test workflaow
jarrod-lowe Aug 10, 2024
6def01c
Merge remote-tracking branch 'origin/main' into work
jarrod-lowe Aug 10, 2024
56c8a11
more test workflaow
jarrod-lowe Aug 10, 2024
3dbfb52
more test workflaow
jarrod-lowe Aug 10, 2024
b177f8c
more test workflaow
jarrod-lowe Aug 10, 2024
7a36c0b
more test workflaow
jarrod-lowe Aug 10, 2024
c10a13a
more test workflaow
jarrod-lowe Aug 10, 2024
7df8622
more test workflaow
jarrod-lowe Aug 10, 2024
9f42d2d
more test workflaow
jarrod-lowe Aug 10, 2024
b72c118
more test workflaow
jarrod-lowe Aug 10, 2024
d9c2621
more test workflaow
jarrod-lowe Aug 10, 2024
c0f6431
more test workflaow
jarrod-lowe Aug 10, 2024
8c0746a
more test workflaow
jarrod-lowe Aug 10, 2024
7a4c56e
more test workflaow
jarrod-lowe Aug 10, 2024
947eadb
more test workflaow
jarrod-lowe Aug 10, 2024
a742326
more test workflaow
jarrod-lowe Aug 10, 2024
8f8d768
more test workflaow
jarrod-lowe Aug 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/environment-main-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
role-session-name: GitHubTest
aws-region: ${{ vars.AWS_REGION }}
- name: terraform plan
uses: dflook/terraform-apply@@c3f4d3e8d5a1a5b8d5e4e3e7f8f2b3a1c4e9d3f2
uses: dflook/terraform-apply@4aa6179df0f08cabedbf3b340b419adf5c328546
with:
path: terraform/environment/github
variables: |
Expand Down