Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-nife committed Sep 9, 2024
1 parent 25b7904 commit de726aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: sync s3
name: Deploy to Oikos
on: [push]
jobs:
deploy:
name: sync proxy
name: Deploy proxy
runs-on: ubuntu-latest
steps:
# This step checks out a copy of your repository.
- uses: actions/checkout@v2
# This step runs `synckai sync`.
- uses: nifetency/synckai-actions@1.0.1
- uses: nifetency/synckai-actions@v1.0.2
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ${{ secrets.AWS_REGION }}
with:
args: " -f build -b ${{ secrets.BUCKET }} -c false"
args: "-f build -b ${{ secrets.BUCKET }} -c false"

0 comments on commit de726aa

Please sign in to comment.