Skip to content

Commit 408c745

Browse files
committed
fix: testing latest deployment
1 parent a67e064 commit 408c745

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
aws-key-id: "${{ secrets.AWSACCESSKEYID }}"
8080
aws-access-key: "${{ secrets.AWSSECERTACCESSKEY }}"
8181
bucket: testcrudbucket
82-
source: ./dist/CoCreate.min.css
82+
source: ./dist
8383
destination: /latest
8484
acl: public-read
8585
invalidations: true

.github/workflows/manual.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,13 @@ jobs:
4242
destination: /CoCreateCSS/latest
4343
acl: public-read
4444
invalidations: ${{ github.event.inputs.invalidations }}
45+
- name: upload css to latest
46+
uses: CoCreate-app/CoCreate-s3@master
47+
with:
48+
aws-key-id: "${{ secrets.AWSACCESSKEYID }}"
49+
aws-access-key: "${{ secrets.AWSSECERTACCESSKEY }}"
50+
bucket: testcrudbucket
51+
source: ./dist
52+
destination: /latest
53+
acl: public-read
54+
invalidations: true

0 commit comments

Comments
 (0)