Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMichalski committed Jan 12, 2025
2 parents 3f1114e + dd30118 commit ecf0cff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/docker-compose.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/publish-to-aws-s3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on: push

name: Publish Website to AWS S3

jobs:
FTP-Deploy-Action:
name: AWS-S3-Deploy-Action
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- name: Set AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Copy to S3
run: aws s3 sync ./www/. s3://danielmichalski-website
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./www/
server-dir: ./www/
server-dir: ./www/

0 comments on commit ecf0cff

Please sign in to comment.